VisioForge (c) 2025

Search Results for

    Class FLVSinkSettings

    FLV sink settings.

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

    Constructors

    FLVSinkSettings()

    Initializes a new instance of the FLVSinkSettings class.

    Declaration
    public FLVSinkSettings()

    FLVSinkSettings(string)

    Initializes a new instance of the FLVSinkSettings class.

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

    The filename.

    Properties

    Filename

    Gets or sets the filename.

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

    The filename.