Agora Java API Reference for Android
|
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 |
The updated information of media player.
const char* agora::media::base::PlayerUpdatedInfo::internalPlayerUuid |
@technical preview
const char* agora::media::base::PlayerUpdatedInfo::deviceId |
The device ID of the playback device.
int agora::media::base::PlayerUpdatedInfo::videoHeight |
Video height.
int agora::media::base::PlayerUpdatedInfo::videoWidth |
Video width.
int agora::media::base::PlayerUpdatedInfo::audioSampleRate |
Audio sample rate.
int agora::media::base::PlayerUpdatedInfo::audioChannels |
The audio channel number.
int agora::media::base::PlayerUpdatedInfo::audioBitsPerSample |
The bit number of each audio sample.