FFmpeg
|
An audio packet with an XMV file. More...
Data Fields | |
int | created |
int | stream_index |
The decoder stream index for this audio packet. More... | |
uint16_t | compression |
The type of compression. More... | |
uint16_t | channels |
Number of channels. More... | |
int32_t | sample_rate |
Sampling rate. More... | |
uint16_t | bits_per_sample |
Bits per compressed sample. More... | |
uint64_t | bit_rate |
Bits of compressed data per second. More... | |
uint16_t | flags |
Flags. More... | |
unsigned | block_align |
Bytes per compressed block. More... | |
uint16_t | block_samples |
Decompressed samples per compressed block. More... | |
enum AVCodecID | codec_id |
The codec ID of the compression scheme. More... | |
uint32_t | data_size |
The size of the remaining audio data. More... | |
uint64_t | data_offset |
The offset of the audio data within the file. More... | |
uint32_t | frame_size |
Number of bytes to put into an audio frame. More... | |
uint64_t | block_count |
Running counter of decompressed audio block. More... | |
int XMVAudioPacket::stream_index |
The decoder stream index for this audio packet.
Definition at line 75 of file xmv.c.
Referenced by xmv_fetch_audio_packet().
uint16_t XMVAudioPacket::bits_per_sample |
uint64_t XMVAudioPacket::bit_rate |
unsigned XMVAudioPacket::block_align |
Bytes per compressed block.
Definition at line 84 of file xmv.c.
Referenced by xmv_fetch_audio_packet().
uint16_t XMVAudioPacket::block_samples |
enum AVCodecID XMVAudioPacket::codec_id |
uint32_t XMVAudioPacket::data_size |
The size of the remaining audio data.
Definition at line 89 of file xmv.c.
Referenced by xmv_fetch_audio_packet(), and xmv_process_packet_header().
uint64_t XMVAudioPacket::data_offset |
The offset of the audio data within the file.
Definition at line 90 of file xmv.c.
Referenced by xmv_fetch_audio_packet(), and xmv_process_packet_header().
uint32_t XMVAudioPacket::frame_size |
Number of bytes to put into an audio frame.
Definition at line 92 of file xmv.c.
Referenced by xmv_fetch_audio_packet().
uint64_t XMVAudioPacket::block_count |
Running counter of decompressed audio block.
Definition at line 94 of file xmv.c.
Referenced by xmv_fetch_audio_packet().