FFmpeg
|
Data Fields | |
AVIOContext * | seek_table |
AVIOContext * | data |
uint32_t | nb_samples |
int | frame_size |
int | last_frame |
AVIOContext* TTAMuxContext::seek_table |
Definition at line 31 of file ttaenc.c.
Referenced by tta_write_header(), tta_write_packet(), and tta_write_trailer().
AVIOContext* TTAMuxContext::data |
Definition at line 32 of file ttaenc.c.
Referenced by tta_write_header(), tta_write_packet(), and tta_write_trailer().
uint32_t TTAMuxContext::nb_samples |
Definition at line 33 of file ttaenc.c.
Referenced by tta_write_packet(), and tta_write_trailer().
int TTAMuxContext::frame_size |
Definition at line 34 of file ttaenc.c.
Referenced by tta_write_header(), and tta_write_packet().
int TTAMuxContext::last_frame |
Definition at line 35 of file ttaenc.c.
Referenced by tta_write_packet().