Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMediaPlayerUpdatedInfo Class Reference

Inherits <NSObject>.

Properties

NSString *_Nullable internalPlayerUuid
 
NSString *_Nullable deviceId
 
NSInteger videoHeight
 
NSInteger videoWidth
 
NSInteger audioSampleRate
 
NSInteger audioChannels
 
NSInteger audioBitsPerSample
 

Property Documentation

◆ internalPlayerUuid

- (NSString* _Nullable) internalPlayerUuid
readwritenonatomiccopy

@technical preview

◆ deviceId

- (NSString* _Nullable) deviceId
readwritenonatomiccopy

The device ID of the playback device.

◆ videoHeight

- (NSInteger) videoHeight
readwritenonatomicassign

Video height.

◆ videoWidth

- (NSInteger) videoWidth
readwritenonatomicassign

Video width.

◆ audioSampleRate

- (NSInteger) audioSampleRate
readwritenonatomicassign

Audio sample rate.

◆ audioChannels

- (NSInteger) audioChannels
readwritenonatomicassign

The audio channel number.

◆ audioBitsPerSample

- (NSInteger) audioBitsPerSample
readwritenonatomicassign

The bit number of each audio sample.