Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Metadata

The defination of Metadata.

Hierarchy

  • Metadata

Index

Constructors

Properties

Constructors

constructor

  • new Metadata(uid: number, size: number, buffer: Uint8Array, timeStampMs: number): Metadata
  • Parameters

    • uid: number
    • size: number
    • buffer: Uint8Array
    • timeStampMs: number

    Returns Metadata

Properties

buffer

buffer: Uint8Array

Buffer address of the sent or received metadata.

size

size: number

Buffer size of the sent or received metadata.

timeStampMs

timeStampMs: number

Timestamp (ms) of the frame following the metadata.

uid

uid: number

The User ID.

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

Generated using TypeDoc