VisioForge (c) 2025

Search Results for

    Class SubtitleSourceSettings

    Subtitle source settings.

    Inheritance
    object
    SubtitleSourceSettings
    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.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.