Skip to main content
Version: 20 Mar 2024

MLWebRTCVideoSinkBehavior

NameSpace: Core

Inherits from:
MonoBehaviour

Public Fields

VideoSink


public MLWebRTC.VideoSink VideoSink { get; set; }

TypeDescription
MLWebRTC.VideoSinkClass that represents a video sink used by the MLWebRTC API. Video sinks are fed data by media sources and produces frames to render.

Public Methods

void ToggleVisible

public void ToggleVisible(
bool showRenderer
)

Parameters

TypeNameDescription
boolshowRenderer