FFmpeg
Data Fields
FFIMFMarker Struct Reference

IMF Marker. More...

#include <imf.h>

Data Fields

xmlChar * label_utf8
 Marker/Label. More...
 
xmlChar * scope_utf8
 Marker/Label/@scope. More...
 
uint32_t offset
 Marker/Offset. More...
 

Detailed Description

IMF Marker.

Definition at line 93 of file imf.h.

Field Documentation

◆ label_utf8

xmlChar* FFIMFMarker::label_utf8

Marker/Label.

Definition at line 94 of file imf.h.

Referenced by fill_marker(), imf_marker_free(), imf_marker_init(), and test_cpl_parsing().

◆ scope_utf8

xmlChar* FFIMFMarker::scope_utf8

Marker/Label/@scope.

Definition at line 95 of file imf.h.

Referenced by fill_marker(), imf_marker_free(), and imf_marker_init().

◆ offset

uint32_t FFIMFMarker::offset

Marker/Offset.

Definition at line 96 of file imf.h.

Referenced by fill_marker(), imf_marker_init(), and test_cpl_parsing().


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