RDK Documentation (Open Sourced RDK Components)
StreamInfo Struct Reference

Structure holding the information of a stream. More...

#include <StreamAbstractionAAMP.h>

Inheritance diagram for StreamInfo:
Inheritance graph
Collaboration diagram for StreamInfo:
Collaboration graph

Data Fields

bool enabled
 
bool isIframeTrack
 
bool validity
 
const char * codecs
 
long bandwidthBitsPerSecond
 
StreamResolution resolution
 
BitrateChangeReason reason
 

yes

Structure holding the information of a stream.

Definition at line 69 of file StreamAbstractionAAMP.h.

Field Documentation

◆ enabled

bool StreamInfo::enabled

indicates if the streamInfo profile is enabled

Definition at line 71 of file StreamAbstractionAAMP.h.

◆ isIframeTrack

bool StreamInfo::isIframeTrack

indicates if the stream is iframe stream

Definition at line 72 of file StreamAbstractionAAMP.h.

◆ validity

bool StreamInfo::validity

indicates profile validity against user configured profile range

Definition at line 73 of file StreamAbstractionAAMP.h.

◆ codecs

const char* StreamInfo::codecs

Codec String

Definition at line 74 of file StreamAbstractionAAMP.h.

◆ bandwidthBitsPerSecond

long StreamInfo::bandwidthBitsPerSecond

Bandwidth of the stream bps

Definition at line 75 of file StreamAbstractionAAMP.h.

◆ resolution

StreamResolution StreamInfo::resolution

Resolution of the stream

Definition at line 76 of file StreamAbstractionAAMP.h.

◆ reason

BitrateChangeReason StreamInfo::reason

Reason for bitrate change

Definition at line 77 of file StreamAbstractionAAMP.h.


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