Class SubtitleSourceSettings
Subtitle source settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.Sources
Assembly: VisioForge.Core.dll
Syntax
public class SubtitleSourceSettings
Constructors
SubtitleSourceSettings(string)
Initializes a new instance of the SubtitleSourceSettings class.
Declaration
public SubtitleSourceSettings(string filename)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
Properties
Filename
Gets the filename.
Declaration
public string Filename { get; }
Property Value
Type | Description |
---|---|
string | The filename. |
Methods
CreateBlock()
Creates the block.
Declaration
public MediaBlock CreateBlock()
Returns
Type | Description |
---|---|
MediaBlock | MediaBlock. |