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

The information of the media stream object. More...

#include <AgoraMediaPlayerTypes.h>

Public Attributes

int bitrateInKbps
 
const char * name
 

Detailed Description

The information of the media stream object.

Member Data Documentation

◆ bitrateInKbps

int agora::media::base::SrcInfo::bitrateInKbps

The bitrate of the media stream. The unit of the number is kbps.

◆ name

const char* agora::media::base::SrcInfo::name

The name of the media stream.