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 device ID of the playback device.

◆ videoHeight

int videoHeight

Video height.

◆ videoWidth

int videoWidth

Video width.

◆ audioSampleRate

int audioSampleRate

Audio sample rate.

◆ audioChannels

int audioChannels

The audio channel number.

◆ audioBitsPerSample

int audioBitsPerSample

The bit number of each audio sample.