Class BridgeVideoSinkSettings
- Namespace
- VisioForge.Core.Types.X.Bridge
- Assembly
- VisioForge.Core.dll
Bridge video sink settings.
public class BridgeVideoSinkSettingsInheritance
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
channelstring-
The channel.
infoVideoFrameInfoX-
The information.
Properties
Channel
Gets the channel name to match bridge source and sink elements.
public string Channel { get; }Property Value
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; }