| FFmpeg
    | 
AIFFOutputContext Struct Reference
  
Collaboration diagram for AIFFOutputContext:

| 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 | 
Detailed Description
Field Documentation
| 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().
| 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().
| int AIFFOutputContext::id3v2_version | 
Definition at line 39 of file aiffenc.c.
Referenced by put_id3v2_tags().
| AVPacketList* AIFFOutputContext::pict_list | 
Definition at line 37 of file aiffenc.c.
Referenced by aiff_write_packet(), aiff_write_trailer(), and put_id3v2_tags().
| int64_t AIFFOutputContext::ssnd | 
Definition at line 35 of file aiffenc.c.
Referenced by aiff_write_header(), and aiff_write_trailer().
| int AIFFOutputContext::write_id3v2 | 
Definition at line 38 of file aiffenc.c.
Referenced by aiff_write_trailer().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11