Agora RTC Objective-C API Reference  Refactor
Data Fields
PlayerUpdatedInfo Struct Reference

Data Fields

const char * internalPlayerUuid
 
const char * deviceId
 
int videoHeight
 
int videoWidth
 
int audioSampleRate
 
int audioChannels
 
int audioBitsPerSample
 

Constructor & Destructor Documentation

◆ PlayerUpdatedInfo()

PlayerUpdatedInfo ( )
inline

Field Documentation

◆ internalPlayerUuid

const char* internalPlayerUuid

@technical preview

◆ deviceId

const char* deviceId

The ID of a deivce.

◆ videoHeight

int videoHeight

Height (pixel) of the video.

◆ videoWidth

int videoWidth

Width (pixel) of the video.

◆ audioSampleRate

int audioSampleRate

Audio sample rate (Hz).

◆ audioChannels

int audioChannels

The number of audio channels.

◆ audioBitsPerSample

int audioBitsPerSample

The number of bits per audio sample point.