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

◆ TXBitrateItem

class TXBitrateItem
+ Inheritance diagram for TXBitrateItem:

Properties

NSInteger index
 
NSInteger width
 
NSInteger height
 
NSInteger bitrate
 

Property Documentation

◆ bitrate

- (NSInteger) bitrate
readwritenonatomicassign

The video bitrate of this stream.

◆ height

- (NSInteger) height
readwritenonatomicassign

The video height of this stream.

◆ index

- (NSInteger) index
readwritenonatomicassign

The number of the stream in the m3u8 file.

◆ width

- (NSInteger) width
readwritenonatomicassign

The video width of this stream.