VisioForge (c) 2025

Search Results for

    Class MP4HWOutput

    MP4 HW output settings.

    Inheritance
    object
    MFBaseOutput
    MP4HWOutput
    Implements
    IVideoEditBaseOutput
    IVideoCaptureBaseOutput
    Inherited Members
    MFBaseOutput.Video
    MFBaseOutput.Audio
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public sealed class MP4HWOutput : MFBaseOutput, IVideoEditBaseOutput, IVideoCaptureBaseOutput

    Constructors

    MP4HWOutput()

    Initializes a new instance of the MP4HWOutput class.

    Declaration
    public MP4HWOutput()

    Properties

    UseFFMPEGMuxer

    Gets or sets a value indicating whether FFMPEG MP4 will be used instead default.

    Declaration
    public bool UseFFMPEGMuxer { get; set; }
    Property Value
    Type Description
    bool

    Methods

    GetInternalTypeVC()

    Gets internal output format.

    Declaration
    public VideoCaptureOutputFormat GetInternalTypeVC()
    Returns
    Type Description
    VideoCaptureOutputFormat

    Returns VideoCaptureOutputFormat.

    GetInternalTypeVE()

    Gets internal output format.

    Declaration
    public VideoEditOutputFormat GetInternalTypeVE()
    Returns
    Type Description
    VideoEditOutputFormat

    Returns VideoEditOutputFormat.

    Load(string)

    Loads from JSON.

    Declaration
    public static MP4HWOutput Load(string json)
    Parameters
    Type Name Description
    string json

    JSON string.

    Returns
    Type Description
    MP4HWOutput

    The string.

    Save()

    Saves to JSON.

    Declaration
    public string Save()
    Returns
    Type Description
    string

    The string.

    Implements

    IVideoEditBaseOutput
    IVideoCaptureBaseOutput