Search Results for

    Show / Hide Table of Contents

    Class JSUint8Array

    Inheritance
    System.Object
    JSRef
    JSObject
    JSUint8Array
    Inherited Members
    JSRef.Dispose(Boolean)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: LiveKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class JSUint8Array : JSObject

    Properties

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    ToArray()

    Declaration
    public byte[] ToArray()
    Returns
    Type Description
    System.Byte[]
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL