Agora Java API Reference for Android
Public Attributes | List of all members
agora::rtc::IMetadataObserver::Metadata Struct Reference

#include <IAgoraRtcEngine.h>

Public Attributes

unsigned int uid
 
unsigned int size
 
unsigned char * buffer
 
long long timeStampMs
 

Detailed Description

Metadata.

Member Data Documentation

◆ uid

unsigned int agora::rtc::IMetadataObserver::Metadata::uid

The User ID that sent the metadata. For the receiver: the remote track User ID. For the sender: ignore it.

◆ size

unsigned int agora::rtc::IMetadataObserver::Metadata::size

The metadata size.

◆ buffer

unsigned char* agora::rtc::IMetadataObserver::Metadata::buffer

The metadata buffer.

◆ timeStampMs

long long agora::rtc::IMetadataObserver::Metadata::timeStampMs

The NTP timestamp (ms) that the metadata sends.

Note
If the metadata receiver is audience, this parameter does not work.