AgoraMediaPlayerUpdatedInfo
媒体播放器的相关信息。
Objective-C
__attribute__((visibility("default"))) @interface AgoraMediaPlayerUpdatedInfo : NSObject
@property(copy, nonatomic) NSString *_Nullable internalPlayerUuid;
@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
internalPlayerUuid
内部播放器的唯一标识符。
deviceId
设备的 ID。
videoHeight
视频的高度(像素)。
videoWidth
视频的宽度(像素)。
audioSampleRate
音频采样率(Hz)。
audioChannels
音频通道数。
audioBitsPerSample
每个音频采样点的位数。