Table of Contents

Class BridgeVideoSinkSettings

Namespace
VisioForge.Core.Types.X.Bridge
Assembly
VisioForge.Core.dll

Bridge video sink settings.

public class BridgeVideoSinkSettings

Inheritance

Inherited Members

Constructors

BridgeVideoSinkSettings()

Initializes a new instance of the VisioForge.Core.Types.X.Bridge.BridgeVideoSinkSettings class.

public BridgeVideoSinkSettings()

BridgeVideoSinkSettings(string, VideoFrameInfoX)

Initializes a new instance of the VisioForge.Core.Types.X.Bridge.BridgeVideoSinkSettings class.

public BridgeVideoSinkSettings(string channel, VideoFrameInfoX info)

Parameters

channel string

The channel.

info VideoFrameInfoX

The information.

Properties

Channel

Gets the channel name to match bridge source and sink elements.

public string Channel { get; }

Property Value

string

CustomSyncFlag

Gets or sets a value indicating whether custom synchronize flag will be used.

public bool? CustomSyncFlag { get; set; }

Property Value

bool?

Info

Gets or sets the information.

public VideoFrameInfoX Info { get; set; }

Property Value

VideoFrameInfoX