Table of Contents

Class SubtitleOverlaySettings

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Subtitle overlay settings.

public class SubtitleOverlaySettings

Inheritance

Inherited Members

Constructors

SubtitleOverlaySettings()

Initializes a new instance of the VisioForge.Core.Types.X.VideoEffects.SubtitleOverlaySettings class.

public SubtitleOverlaySettings()

Properties

Encoding

Gets or sets the encoding.

public string Encoding { get; set; }

Property Value

string

Font

Gets or sets the font.

public FontSettings Font { get; set; }

Property Value

FontSettings

Offset

Gets or sets the offset.

public TimeSpan Offset { get; set; }

Property Value

TimeSpan

Visible

Gets or sets a value indicating whether this VisioForge.Core.Types.X.VideoEffects.SubtitleOverlaySettings is visible.

public bool Visible { get; set; }

Property Value

bool