LiteAVSDK
Tencent Cloud TRTC SDK, is a high availability components serving tens of thousands of enterprise customers, which is committed to helping you to minimize your research and development costs.
TXBitrateItem

Data Structures

class  TXBitrateItem
 

Detailed Description

The HLS video bitrate information.


Data Structure Documentation

◆ com::tencent::rtmp::TXBitrateItem

class com::tencent::rtmp::TXBitrateItem
+ Inheritance diagram for TXBitrateItem:

Public Member Functions

int compareTo (TXBitrateItem o)
 

Data Fields

int index
 
int width
 
int height
 
int bitrate
 

Member Function Documentation

◆ compareTo()

int compareTo ( TXBitrateItem  o)
inline

Whether the bitrates of two streams are the same.

Parameters
o
Returns

Field Documentation

◆ bitrate

int bitrate

The video bitrate of this stream.

◆ height

int height

The video height of this stream.

◆ index

int index

The number of the stream in the m3u8 file.

◆ width

int width

The video width of this stream.