FFmpeg
Data Fields
mkv_cuepoint Struct Reference

Data Fields

uint64_t pts
 
int stream_idx
 
int64_t cluster_pos
 offset of the cluster containing the block relative to the segment 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 92 of file matroskaenc.c.

Field Documentation

◆ pts

uint64_t mkv_cuepoint::pts

Definition at line 93 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

◆ stream_idx

int mkv_cuepoint::stream_idx

Definition at line 94 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

◆ cluster_pos

int64_t mkv_cuepoint::cluster_pos

offset of the cluster containing the block relative to the segment

Definition at line 95 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

◆ relative_pos

int64_t mkv_cuepoint::relative_pos

relative offset from the position of the cluster containing the block

Definition at line 96 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().

◆ duration

int64_t mkv_cuepoint::duration

duration of the block according to time base

Definition at line 97 of file matroskaenc.c.

Referenced by mkv_add_cuepoint().


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