#include <AgoraMediaPlayerTypes.h>
◆ PlayerStreamInfo()
| agora::media::base::PlayerStreamInfo::PlayerStreamInfo |
( |
| ) |
|
|
inline |
◆ streamIndex
| int agora::media::base::PlayerStreamInfo::streamIndex |
The index of the media stream.
◆ streamType
◆ codecName
The codec of the media stream.
◆ language
The language of the media stream.
◆ videoFrameRate
| int agora::media::base::PlayerStreamInfo::videoFrameRate |
The frame rate (fps) if the stream is video.
◆ videoBitRate
| int agora::media::base::PlayerStreamInfo::videoBitRate |
The video bitrate (bps) if the stream is video.
◆ videoWidth
| int agora::media::base::PlayerStreamInfo::videoWidth |
The video width (pixel) if the stream is video.
◆ videoHeight
| int agora::media::base::PlayerStreamInfo::videoHeight |
The video height (pixel) if the stream is video.
◆ videoRotation
| int agora::media::base::PlayerStreamInfo::videoRotation |
The rotation angle if the steam is video.
◆ audioSampleRate
| int agora::media::base::PlayerStreamInfo::audioSampleRate |
The sample rate if the stream is audio.
◆ audioChannels
| int agora::media::base::PlayerStreamInfo::audioChannels |
The number of audio channels if the stream is audio.
◆ audioBitsPerSample
| int agora::media::base::PlayerStreamInfo::audioBitsPerSample |
The number of bits per sample if the stream is audio.
◆ duration
| int64_t agora::media::base::PlayerStreamInfo::duration |
The total duration (millisecond) of the media stream.