AgoraMediaPlayerUpdatedInfo
媒体播放器相关信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraMediaPlayerUpdatedInfo : NSObject
@property(copy, nonatomic) NSString *_Nullable deviceId;
@property(assign, nonatomic) NSInteger videoHeight;
@property(assign, nonatomic) NSInteger videoWidth;
@property(assign, nonatomic) NSInteger audioSampleRate;
@property(assign, nonatomic) NSInteger audioChannels;
@property(assign, nonatomic) NSInteger audioBitsPerSample;
@end
deviceId
设备 ID,标识一个设备。
videoHeight
视频高度 (pixel)。
videoWidth
视频宽度 (pixel)。
audioSampleRate
音频采样率 (Hz)。
audioChannels
声道数。
audioBitsPerSample
每个音频采样点的位数 (bit)。