FFmpeg
Data Fields
AVStreamGroupTREF Struct Reference

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 AVClassav_class
 
unsigned int metadata_index
 Index of the metadata stream in the AVStreamGroup. More...
 

Detailed Description

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.

Field Documentation

◆ av_class

const AVClass* AVStreamGroupTREF::av_class

Definition at line 1096 of file avformat.h.

Referenced by avformat_stream_group_create().

◆ metadata_index

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


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