FFmpeg
Data Fields
StreamGroup Struct Reference

Data Fields

enum AVStreamGroupParamsType type
 
int id
 
unsigned int nb_streams
 
AVStreamstreams [MAX_STREAMS_PER_PROGRAM]
 

Detailed Description

Definition at line 120 of file mpegts.c.

Field Documentation

◆ type

enum AVStreamGroupParamsType StreamGroup::type

Definition at line 121 of file mpegts.c.

Referenced by create_stream_groups(), and parse_mpeg2_extension_descriptor().

◆ id

int StreamGroup::id

Definition at line 122 of file mpegts.c.

Referenced by create_stream_groups(), and parse_mpeg2_extension_descriptor().

◆ nb_streams

unsigned int StreamGroup::nb_streams

Definition at line 123 of file mpegts.c.

Referenced by create_stream_groups(), and parse_mpeg2_extension_descriptor().

◆ streams

AVStream* StreamGroup::streams[MAX_STREAMS_PER_PROGRAM]

Definition at line 124 of file mpegts.c.

Referenced by create_stream_groups(), and parse_mpeg2_extension_descriptor().


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