![]() |
RDK Documentation (Open Sourced RDK Components)
|
HlsStreamInfo structure for stream related information. More...
#include <fragmentcollector_hls.h>


Data Fields | |
| long | program_id |
| const char * | audio |
| const char * | codecs |
| const char * | uri |
| long | averageBandwidth |
| const char * | closedCaptions |
| const char * | subtitles |
| StreamOutputFormat | audioFormat |
Data Fields inherited from StreamInfo | |
| bool | enabled |
| bool | isIframeTrack |
| bool | validity |
| const char * | codecs |
| long | bandwidthBitsPerSecond |
| StreamResolution | resolution |
| BitrateChangeReason | reason |
HlsStreamInfo structure for stream related information.
Definition at line 79 of file fragmentcollector_hls.h.
| long HlsStreamInfo::program_id |
Program Id
Definition at line 81 of file fragmentcollector_hls.h.
| const char* HlsStreamInfo::audio |
Audio
Definition at line 82 of file fragmentcollector_hls.h.
| const char* HlsStreamInfo::codecs |
Codec String
Definition at line 83 of file fragmentcollector_hls.h.
| const char* HlsStreamInfo::uri |
URI Information
Definition at line 84 of file fragmentcollector_hls.h.
| long HlsStreamInfo::averageBandwidth |
Average Bandwidth
Definition at line 87 of file fragmentcollector_hls.h.
| const char* HlsStreamInfo::closedCaptions |
CC if present
Definition at line 88 of file fragmentcollector_hls.h.
| const char* HlsStreamInfo::subtitles |
Subtitles
Definition at line 89 of file fragmentcollector_hls.h.
| StreamOutputFormat HlsStreamInfo::audioFormat |
Audio codec format
Definition at line 90 of file fragmentcollector_hls.h.