Table of Contents

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

texture Texture
bufferType VideoBufferType

Properties

Texture

public Texture Texture { get; }

Property Value

Texture

Methods

~TextureVideoSource()

protected ~TextureVideoSource()

GetHeight()

public override int GetHeight()

Returns

int

GetVideoRotation()

protected override VideoRotation GetVideoRotation()

Returns

VideoRotation

GetWidth()

public override int GetWidth()

Returns

int

ReadBuffer()

protected override bool ReadBuffer()

Returns

bool