| FFmpeg
    | 
AudioTrack Struct Reference
  | Data Fields | |
| int | sample_rate | 
| int | bits | 
| int | channels | 
| int | stream_index | 
| int | adpcm | 
| int64_t | audio_pts | 
Detailed Description
Definition at line 65 of file libavformat/4xm.c.
Field Documentation
| int AudioTrack::adpcm | 
Definition at line 70 of file libavformat/4xm.c.
Referenced by fourxm_read_header(), and fourxm_read_packet().
| int64_t AudioTrack::audio_pts | 
Definition at line 71 of file libavformat/4xm.c.
Referenced by fourxm_read_header(), and fourxm_read_packet().
| int AudioTrack::bits | 
Definition at line 67 of file libavformat/4xm.c.
Referenced by fourxm_read_header(), and fourxm_read_packet().
| int AudioTrack::channels | 
Definition at line 68 of file libavformat/4xm.c.
Referenced by fourxm_read_header(), and fourxm_read_packet().
| int AudioTrack::sample_rate | 
Definition at line 66 of file libavformat/4xm.c.
Referenced by fourxm_read_header().
| int AudioTrack::stream_index | 
Definition at line 69 of file libavformat/4xm.c.
Referenced by fourxm_read_header(), and fourxm_read_packet().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11