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

Data Fields

uint64_t pts
 
int stream_idx
 
int tracknum
 
int64_t cluster_pos
 file offset of the cluster containing the block More...
 
int64_t relative_pos
 relative offset from the position of the cluster containing the block More...
 
int64_t duration
 duration of the block according to time base More...
 

Detailed Description

Definition at line 76 of file matroskaenc.c.

Field Documentation

uint64_t mkv_cuepoint::pts

Definition at line 77 of file matroskaenc.c.

Referenced by mkv_add_cuepoint(), and mkv_write_cues().

int mkv_cuepoint::stream_idx

Definition at line 78 of file matroskaenc.c.

Referenced by mkv_add_cuepoint(), and mkv_write_cues().

int mkv_cuepoint::tracknum

Definition at line 79 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

int64_t mkv_cuepoint::cluster_pos

file offset of the cluster containing the block

Definition at line 80 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

int64_t mkv_cuepoint::relative_pos

relative offset from the position of the cluster containing the block

Definition at line 81 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

int64_t mkv_cuepoint::duration

duration of the block according to time base

Definition at line 82 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().


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