Class BridgeSubtitleSourceSettings
Bridge subtitle source settings.
Inherited Members
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 |