VisioForge (c) 2025

Search Results for

    Class SubtitlesSettings

    Subtitles settings.

    Inheritance
    object
    SubtitlesSettings
    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
    Assembly: VisioForge.Core.dll
    Syntax
    public class SubtitlesSettings
    Remarks

    Use OnSubtitleSettings event to set other settings using interface.

    Constructors

    SubtitlesSettings(string)

    Initializes a new instance of the SubtitlesSettings class.

    Declaration
    public SubtitlesSettings(string filename)
    Parameters
    Type Name Description
    string filename

    File name. SRT, SUB, ASS, SSA are supported.

    Properties

    Filename

    Gets or sets subtitles file name. SRT, SUB, ASS, SSA are supported.

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