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 ID of a deivce.

◆ videoHeight

- (NSInteger) videoHeight
readwritenonatomicassign

Height (pixel) of the video.

◆ videoWidth

- (NSInteger) videoWidth
readwritenonatomicassign

Width (pixel) of the video.

◆ audioSampleRate

- (NSInteger) audioSampleRate
readwritenonatomicassign

Audio sample rate (Hz).

◆ audioChannels

- (NSInteger) audioChannels
readwritenonatomicassign

The number of audio channels.

◆ audioBitsPerSample

- (NSInteger) audioBitsPerSample
readwritenonatomicassign

The number of bits per audio sample point.