FFmpeg
|
OGGContext Struct Reference
Collaboration diagram for OGGContext:
Data Fields | |
const AVClass * | class |
OGGPageList * | page_list |
int | pref_size |
preferred page size (0 => fill all segments) More... | |
int64_t | pref_duration |
preferred page duration (0 => fill all segments) More... | |
Detailed Description
Field Documentation
OGGPageList* OGGContext::page_list |
Definition at line 70 of file oggenc.c.
Referenced by ogg_buffer_page(), and ogg_write_pages().
int64_t OGGContext::pref_duration |
preferred page duration (0 => fill all segments)
Definition at line 72 of file oggenc.c.
Referenced by ogg_buffer_data().
int OGGContext::pref_size |
preferred page size (0 => fill all segments)
Definition at line 71 of file oggenc.c.
Referenced by ogg_buffer_data(), and ogg_write_header().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11