Agora Java API Reference for Android
Public Attributes | List of all members
agora::media::base::PlayerUpdatedInfo Struct Reference

The updated information of media player. More...

#include <AgoraMediaPlayerTypes.h>

Public Attributes

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

Detailed Description

The updated information of media player.

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.