FFmpeg
 All Data Structures 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
 
int reserved_size
 -1 if appending to file
 
int max_entries
 
mkv_seekhead_entryentries
 
int num_entries
 

Detailed Description

Definition at line 52 of file matroskaenc.c.

Field Documentation

int64_t mkv_seekhead::filepos

Definition at line 53 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 54 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 55 of file matroskaenc.c.

Referenced by mkv_start_seekhead(), and mkv_write_seekhead().

int mkv_seekhead::max_entries

Definition at line 56 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_start_seekhead().

mkv_seekhead_entry* mkv_seekhead::entries

Definition at line 57 of file matroskaenc.c.

Referenced by mkv_add_seekhead_entry(), and mkv_write_seekhead().

int mkv_seekhead::num_entries

Definition at line 58 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: