Table of Contents

Class CameraVideoSource

Namespace
LiveKit
public class CameraVideoSource : RtcVideoSource, IDisposable
Inheritance
CameraVideoSource
Implements
Inherited Members
Extension Methods

Constructors

CameraVideoSource(Camera, VideoBufferType)

public CameraVideoSource(Camera camera, VideoBufferType bufferType = VideoBufferType.Rgba)

Parameters

camera Camera
bufferType VideoBufferType

Properties

Camera

public Camera Camera { get; }

Property Value

Camera

Methods

~CameraVideoSource()

protected ~CameraVideoSource()

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

Stop()

public override void Stop()