Data Structures | |
class | TXBitrateItem |
The HLS video bitrate information.
class com::tencent::rtmp::TXBitrateItem |
Public Member Functions | |
int | compareTo (TXBitrateItem o) |
Data Fields | |
int | index |
int | width |
int | height |
int | bitrate |
|
inline |
Whether the bitrates of two streams are the same.
o |
int bitrate |
The video bitrate of this stream.
int height |
The video height of this stream.
int index |
The number of the stream in the m3u8 file.
int width |
The video width of this stream.