|
Agora Java API Reference for Android
|
Media metadata. More...
#include <IAgoraRtcEngine.h>
Public Attributes | |
| const char * | channelId |
| unsigned int | uid |
| unsigned int | size |
| unsigned char * | buffer |
| long long | timeStampMs |
Media metadata.
| const char* agora::rtc::IMetadataObserver::Metadata::channelId |
The channel name.
| unsigned int agora::rtc::IMetadataObserver::Metadata::uid |
The user ID.
Metadata.| unsigned int agora::rtc::IMetadataObserver::Metadata::size |
The buffer size of the sent or received Metadata.
| unsigned char* agora::rtc::IMetadataObserver::Metadata::buffer |
The buffer address of the received Metadata.
| long long agora::rtc::IMetadataObserver::Metadata::timeStampMs |
The timestamp (ms) of when the Metadata is sent.
1.8.18