FFmpeg
Data Fields
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 69 of file 4xm.c.

Field Documentation

◆ sample_rate

int AudioTrack::sample_rate

Definition at line 70 of file 4xm.c.

Referenced by parse_strk().

◆ bits

int AudioTrack::bits

Definition at line 71 of file 4xm.c.

Referenced by fourxm_read_packet(), and parse_strk().

◆ channels

int AudioTrack::channels

Definition at line 72 of file 4xm.c.

Referenced by fourxm_read_packet(), and parse_strk().

◆ stream_index

int AudioTrack::stream_index

Definition at line 73 of file 4xm.c.

Referenced by fourxm_read_packet(), and parse_strk().

◆ adpcm

int AudioTrack::adpcm

Definition at line 74 of file 4xm.c.

Referenced by fourxm_read_packet(), and parse_strk().

◆ audio_pts

int64_t AudioTrack::audio_pts

Definition at line 75 of file 4xm.c.

Referenced by fourxm_read_packet(), and parse_strk().


The documentation for this struct was generated from the following file: