AgoraMediaPlayerSrcInfo
媒体资源播放时的视频码率相关信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraMediaPlayerSrcInfo : NSObject
@property(assign, nonatomic) int bitrateInKbps;
@property(copy, nonatomic) NSString *_Nullable name;
@end
bitrateInKbps
媒体资源播放时的视频码率(Kbps)。
name
媒体资源的名字。