Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::media::base::PlayerUpdatedInfo Struct Reference

Public Member Functions

 PlayerUpdatedInfo ()
 

Public Attributes

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

Detailed Description

Constructor & Destructor Documentation

◆ PlayerUpdatedInfo()

agora::media::base::PlayerUpdatedInfo::PlayerUpdatedInfo ( )
inline

Member Data Documentation

◆ internalPlayerUuid

const char* agora::media::base::PlayerUpdatedInfo::internalPlayerUuid

@technical preview

◆ deviceId

const char* agora::media::base::PlayerUpdatedInfo::deviceId

The device ID of the playback device.

◆ videoHeight

int agora::media::base::PlayerUpdatedInfo::videoHeight

Video height.

◆ videoWidth

int agora::media::base::PlayerUpdatedInfo::videoWidth

Video width.

◆ audioSampleRate

int agora::media::base::PlayerUpdatedInfo::audioSampleRate

Audio sample rate.

◆ audioChannels

int agora::media::base::PlayerUpdatedInfo::audioChannels

The audio channel number.

◆ audioBitsPerSample

int agora::media::base::PlayerUpdatedInfo::audioBitsPerSample

The bit number of each audio sample.