Voice SDK v3.7.1 API Reference for Unity
Public Attributes | List of all members
agora_gaming_rtc.Metadata Struct Reference

Public Attributes

uint  uid
 
uint  size
 
byte[]  buffer
 
long  timeStampMs
 

Detailed Description

The definition of Metadata.

Member Data Documentation

◆ buffer

byte [] agora_gaming_rtc.Metadata.buffer

The buffer address of the sent or received metadata.

◆ size

uint agora_gaming_rtc.Metadata.size

The buffer size of the sent or received metadata.

◆ timeStampMs

long agora_gaming_rtc.Metadata.timeStampMs

Time statmp of the frame following the metadata.

◆ uid

uint agora_gaming_rtc.Metadata.uid

The User ID.

  • For the receiver: The ID of the user who sent the metadata.
  • For the sender: Ignore it.

The documentation for this struct was generated from the following file: