FFmpeg
|
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... | |
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().
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().
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().