|
FFmpeg 9.0
|
AVStreamGroupTREF is meant to define the relation between video, audio, or subtitle streams, and a data stream containing metadata. More...
#include <libavformat/avformat.h>
Data Fields | |
| const AVClass * | av_class |
| unsigned int | metadata_index |
| Index of the metadata stream in the AVStreamGroup. | |
AVStreamGroupTREF is meant to define the relation between video, audio, or subtitle streams, and a data stream containing metadata.
No more than one stream of codec_type AVMEDIA_TYPE_DATA shall be present.
Definition at line 1118 of file avformat.h.
| const AVClass* AVStreamGroupTREF::av_class |
Definition at line 1119 of file avformat.h.
| unsigned int AVStreamGroupTREF::metadata_index |
Index of the metadata stream in the AVStreamGroup.
Definition at line 1124 of file avformat.h.