VisioForge (c) 2025

Search Results for

    Class BridgeVideoSinkSettings

    Bridge video sink settings.

    Inheritance
    object
    BridgeVideoSinkSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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?

    null if [custom synchronize flag] contains no value, true if custom synchronize flag used; otherwise, false.

    Info

    Gets or sets the information.

    Declaration
    public VideoFrameInfoX Info { get; set; }
    Property Value
    Type Description
    VideoFrameInfoX

    The information.