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