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

Information related to the 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

Information related to the media player.

Member Data Documentation

◆ internalPlayerUuid

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

@technical preview

◆ deviceId

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

The ID of a deivce.

◆ videoHeight

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

Height (pixel) of the video.

◆ videoWidth

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

Width (pixel) of the video.

◆ audioSampleRate

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

Audio sample rate (Hz).

◆ audioChannels

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

The number of audio channels.

◆ audioBitsPerSample

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

The number of bits per audio sample point.