FFmpeg
|
Data Fields | |
const AVClass * | class |
int64_t | form |
int64_t | frames |
int64_t | ssnd |
int | audio_stream_idx |
AVPacketList * | pict_list |
int | write_id3v2 |
int | id3v2_version |
int64_t AIFFOutputContext::form |
Definition at line 33 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int64_t AIFFOutputContext::frames |
Definition at line 34 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int64_t AIFFOutputContext::ssnd |
Definition at line 35 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int AIFFOutputContext::audio_stream_idx |
Definition at line 36 of file aiffenc.c.
Referenced by aiff_write_header(), aiff_write_packet(), and aiff_write_trailer().
AVPacketList* AIFFOutputContext::pict_list |
Definition at line 37 of file aiffenc.c.
Referenced by aiff_write_packet(), aiff_write_trailer(), and put_id3v2_tags().
int AIFFOutputContext::write_id3v2 |
Definition at line 38 of file aiffenc.c.
Referenced by aiff_write_trailer().
int AIFFOutputContext::id3v2_version |
Definition at line 39 of file aiffenc.c.
Referenced by put_id3v2_tags().