FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mkv_seekhead Struct Reference

Data Fields

int64_t filepos
 
int64_t segment_offset
 the file offset to the beginning of the segment More...
 
int reserved_size
 -1 if appending to file More...
 
int max_entries
 
mkv_seekhead_entryentries
 
int num_entries
 

Detailed Description

Definition at line 65 of file matroskaenc.c.

Field Documentation

int64_t mkv_seekhead::filepos

Definition at line 66 of file matroskaenc.c.

Referenced by mkv_start_seekhead(), and mkv_write_seekhead().

int64_t mkv_seekhead::segment_offset

the file offset to the beginning of the segment

Definition at line 67 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_start_seekhead().

int mkv_seekhead::reserved_size

-1 if appending to file

Definition at line 68 of file matroskaenc.c.

Referenced by mkv_start_seekhead(), and mkv_write_seekhead().

int mkv_seekhead::max_entries

Definition at line 69 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_start_seekhead().

mkv_seekhead_entry* mkv_seekhead::entries

Definition at line 70 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_write_seekhead().

int mkv_seekhead::num_entries

Definition at line 71 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_write_seekhead().


The documentation for this struct was generated from the following file: