Search Results for

    Show / Hide Table of Contents

    Class HTMLVideoElement

    Inheritance
    System.Object
    JSRef
    JSObject
    HTMLElement
    HTMLMediaElement
    HTMLVideoElement
    Inherited Members
    HTMLMediaElement.Volume
    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 HTMLVideoElement : HTMLMediaElement

    Properties

    Texture

    Declaration
    public Texture2D Texture { get; }
    Property Value
    Type Description
    Texture2D

    VideoHeight

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

    VideoWidth

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

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    JSRef.Dispose(Boolean)

    Events

    VideoReceived

    Declaration
    public event HTMLVideoElement.VideoReceivedDelegate VideoReceived
    Event Type
    Type Description
    HTMLVideoElement.VideoReceivedDelegate
    In This Article
    Back to top LiveKit Client SDK for Unity WebGL