Class TextureVideoSource
- Namespace
- LiveKit
public class TextureVideoSource : RtcVideoSource, IDisposable
- Inheritance
-
TextureVideoSource
- Implements
- Inherited Members
- Extension Methods
Constructors
TextureVideoSource(Texture, VideoBufferType)
public TextureVideoSource(Texture texture, VideoBufferType bufferType = VideoBufferType.Rgba)
Parameters
textureTexturebufferTypeVideoBufferType
Properties
Texture
public Texture Texture { get; }
Property Value
- Texture
Methods
~TextureVideoSource()
protected ~TextureVideoSource()
GetHeight()
public override int GetHeight()
Returns
GetVideoRotation()
protected override VideoRotation GetVideoRotation()
Returns
GetWidth()
public override int GetWidth()
Returns
ReadBuffer()
protected override bool ReadBuffer()