RDK Documentation (Open Sourced RDK Components)
|
Structure holding the information of a stream. More...
#include <StreamAbstractionAAMP.h>
Data Fields | |
bool | enabled |
bool | isIframeTrack |
bool | validity |
const char * | codecs |
long | bandwidthBitsPerSecond |
StreamResolution | resolution |
BitrateChangeReason | reason |
Structure holding the information of a stream.
Definition at line 69 of file StreamAbstractionAAMP.h.
bool StreamInfo::enabled |
indicates if the streamInfo profile is enabled
Definition at line 71 of file StreamAbstractionAAMP.h.
bool StreamInfo::isIframeTrack |
indicates if the stream is iframe stream
Definition at line 72 of file StreamAbstractionAAMP.h.
bool StreamInfo::validity |
indicates profile validity against user configured profile range
Definition at line 73 of file StreamAbstractionAAMP.h.
const char* StreamInfo::codecs |
Codec String
Definition at line 74 of file StreamAbstractionAAMP.h.
long StreamInfo::bandwidthBitsPerSecond |
Bandwidth of the stream bps
Definition at line 75 of file StreamAbstractionAAMP.h.
StreamResolution StreamInfo::resolution |
Resolution of the stream
Definition at line 76 of file StreamAbstractionAAMP.h.
BitrateChangeReason StreamInfo::reason |
Reason for bitrate change
Definition at line 77 of file StreamAbstractionAAMP.h.