FFmpeg
Data Fields
AVStreamGroupLCEVC Struct Reference

AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs. More...

#include <avformat.h>

Data Fields

const AVClassav_class
 
unsigned int lcevc_index
 Index of the LCEVC data stream in AVStreamGroup. More...
 
int width
 Width of the final stream for presentation. More...
 
int height
 Height of the final image for presentation. More...
 

Detailed Description

AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs.

No more than one stream of codec_type AVMEDIA_TYPE_DATA shall be present, and it must be of codec_id AV_CODEC_ID_LCEVC.

Definition at line 1106 of file avformat.h.

Field Documentation

◆ av_class

const AVClass* AVStreamGroupLCEVC::av_class

Definition at line 1107 of file avformat.h.

Referenced by avformat_stream_group_create().

◆ lcevc_index

unsigned int AVStreamGroupLCEVC::lcevc_index

Index of the LCEVC data stream in AVStreamGroup.

Definition at line 1112 of file avformat.h.

Referenced by mov_parse_lcevc_streams().

◆ width

int AVStreamGroupLCEVC::width

Width of the final stream for presentation.

Definition at line 1116 of file avformat.h.

Referenced by dump_stream_group(), and mov_parse_lcevc_streams().

◆ height

int AVStreamGroupLCEVC::height

Height of the final image for presentation.

Definition at line 1120 of file avformat.h.

Referenced by dump_stream_group(), and mov_parse_lcevc_streams().


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