|
FFmpeg
|
AVStreamGroupTREF is meant to define the relation between video, audio, or subtitle streams, and a data stream containing metadata. More...
#include <avformat.h>
Data Fields | |
| const AVClass * | av_class |
| unsigned int | metadata_index |
| Index of the metadata stream in the AVStreamGroup. More... | |
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 1095 of file avformat.h.
| const AVClass* AVStreamGroupTREF::av_class |
Definition at line 1096 of file avformat.h.
Referenced by avformat_stream_group_create().
| unsigned int AVStreamGroupTREF::metadata_index |
Index of the metadata stream in the AVStreamGroup.
Definition at line 1101 of file avformat.h.
Referenced by mov_init(), and mov_parse_tmcd_streams().
1.8.17