VisioForge (c) 2025

Search Results for

    Class MFBaseOutput

    Base output for all Windows Foundation formats.

    Inheritance
    object
    MFBaseOutput
    MKVv2Output
    MOVOutput
    MP4HWOutput
    MPEGTSOutput
    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.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public class MFBaseOutput

    Constructors

    MFBaseOutput()

    Initializes a new instance of the MFBaseOutput class.

    Declaration
    public MFBaseOutput()

    Properties

    Audio

    Gets or sets audio settings.

    Declaration
    public M4AOutput Audio { get; set; }
    Property Value
    Type Description
    M4AOutput

    Video

    Gets or sets video settings.

    Declaration
    public MFVideoEncoderSettings Video { get; set; }
    Property Value
    Type Description
    MFVideoEncoderSettings