FFmpeg
Data Fields
AVStreamGroupLayeredVideo Struct Reference

AVStreamGroupLayeredVideo is meant to define the relation between a base layer video stream and a separate enhancement layer stream that together form a single layered video presentation (for example a video stream and a data stream containing LCEVC enhancement layer NALUs, or Dolby Vision Profile 7 dual-layer encoding). More...

#include <avformat.h>

Data Fields

const AVClassav_class
 
unsigned int el_index
 Index of the enhancement layer 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

AVStreamGroupLayeredVideo is meant to define the relation between a base layer video stream and a separate enhancement layer stream that together form a single layered video presentation (for example a video stream and a data stream containing LCEVC enhancement layer NALUs, or Dolby Vision Profile 7 dual-layer encoding).

The enhancement layer stream is identified by el_index.

Definition at line 1074 of file avformat.h.

Field Documentation

◆ av_class

const AVClass* AVStreamGroupLayeredVideo::av_class

Definition at line 1075 of file avformat.h.

Referenced by avformat_stream_group_create().

◆ el_index

unsigned int AVStreamGroupLayeredVideo::el_index

◆ width

int AVStreamGroupLayeredVideo::width

Width of the final stream for presentation.

Definition at line 1095 of file avformat.h.

Referenced by avformat_find_stream_info(), create_stream_groups(), dash_read_header(), dump_stream_group(), mov_init(), mov_parse_dovi_streams(), and mov_parse_lcevc_streams().

◆ height

int AVStreamGroupLayeredVideo::height

Height of the final image for presentation.

Definition at line 1099 of file avformat.h.

Referenced by avformat_find_stream_info(), create_stream_groups(), dash_read_header(), dump_stream_group(), mov_init(), mov_parse_dovi_streams(), and mov_parse_lcevc_streams().


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