FFmpeg
|
Data Fields | |
const AVClass * | class |
int64_t | form |
int64_t | frames |
int64_t | ssnd |
int | audio_stream_idx |
PacketList | pict_list |
int | write_id3v2 |
int | id3v2_version |
int64_t AIFFOutputContext::form |
Definition at line 37 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int64_t AIFFOutputContext::frames |
Definition at line 38 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int64_t AIFFOutputContext::ssnd |
Definition at line 39 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
int AIFFOutputContext::audio_stream_idx |
Definition at line 40 of file aiffenc.c.
Referenced by aiff_write_header(), aiff_write_packet(), and aiff_write_trailer().
PacketList AIFFOutputContext::pict_list |
Definition at line 41 of file aiffenc.c.
Referenced by aiff_deinit(), aiff_write_packet(), and put_id3v2_tags().
int AIFFOutputContext::write_id3v2 |
Definition at line 42 of file aiffenc.c.
Referenced by aiff_write_trailer().
int AIFFOutputContext::id3v2_version |
Definition at line 43 of file aiffenc.c.
Referenced by put_id3v2_tags().