Class HTMLVideoElement
Inherited Members
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
Events
VideoReceived
Declaration
public event HTMLVideoElement.VideoReceivedDelegate VideoReceived
Event Type
Type | Description |
---|---|
HTMLVideoElement.VideoReceivedDelegate |