Class BridgeVideoSinkSettings
Bridge video sink settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Bridge
Assembly: VisioForge.Core.dll
Syntax
public class BridgeVideoSinkSettings
Constructors
BridgeVideoSinkSettings()
Initializes a new instance of the BridgeVideoSinkSettings class.
Declaration
public BridgeVideoSinkSettings()
BridgeVideoSinkSettings(string, VideoFrameInfoX)
Initializes a new instance of the BridgeVideoSinkSettings class.
Declaration
public BridgeVideoSinkSettings(string channel, VideoFrameInfoX info)
Parameters
Type | Name | Description |
---|---|---|
string | channel | The channel. |
VideoFrameInfoX | info | The information. |
Properties
Channel
Gets the channel name to match bridge source and sink elements.
Declaration
public string Channel { get; }
Property Value
Type | Description |
---|---|
string | The channel. |
CustomSyncFlag
Gets or sets a value indicating whether custom synchronize flag will be used.
Declaration
public bool? CustomSyncFlag { get; set; }
Property Value
Type | Description |
---|---|
bool? |
|
Info
Gets or sets the information.
Declaration
public VideoFrameInfoX Info { get; set; }
Property Value
Type | Description |
---|---|
VideoFrameInfoX | The information. |