VisioForge (c) 2025

Search Results for

    Class BridgeSubtitleSourceSettings

    Bridge subtitle source settings.

    Inheritance
    object
    BridgeSubtitleSourceSettings
    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 BridgeSubtitleSourceSettings

    Constructors

    BridgeSubtitleSourceSettings()

    Initializes a new instance of the BridgeSubtitleSourceSettings class.

    Declaration
    public BridgeSubtitleSourceSettings()

    BridgeSubtitleSourceSettings(string)

    Initializes a new instance of the BridgeSubtitleSourceSettings class.

    Declaration
    public BridgeSubtitleSourceSettings(string channel)
    Parameters
    Type Name Description
    string channel

    The channel.

    Properties

    Channel

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

    Declaration
    public string Channel { get; set; }
    Property Value
    Type Description
    string