Class SubtitleOverlaySettings
Subtitle overlay settings.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class SubtitleOverlaySettings
Constructors
SubtitleOverlaySettings()
Initializes a new instance of the SubtitleOverlaySettings class.
Declaration
public SubtitleOverlaySettings()
Properties
Encoding
Gets or sets the encoding.
Declaration
public string Encoding { get; set; }
Property Value
Type | Description |
---|---|
string | The encoding. |
Font
Gets or sets the font.
Declaration
public FontSettings Font { get; set; }
Property Value
Type | Description |
---|---|
FontSettings | The font. |
Offset
Gets or sets the offset.
Declaration
public TimeSpan Offset { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The offset. |
Visible
Gets or sets a value indicating whether this SubtitleOverlaySettings is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
bool |
|