|
Agora Java API Reference for Android
|
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 |
Information related to the media player.
| const char* agora::media::base::PlayerUpdatedInfo::internalPlayerUuid |
@technical preview
| const char* agora::media::base::PlayerUpdatedInfo::deviceId |
The ID of a deivce.
| int agora::media::base::PlayerUpdatedInfo::videoHeight |
Height (pixel) of the video.
| int agora::media::base::PlayerUpdatedInfo::videoWidth |
Width (pixel) of the video.
| int agora::media::base::PlayerUpdatedInfo::audioSampleRate |
Audio sample rate (Hz).
| int agora::media::base::PlayerUpdatedInfo::audioChannels |
The number of audio channels.
| int agora::media::base::PlayerUpdatedInfo::audioBitsPerSample |
The number of bits per audio sample point.
1.8.18