Class MP4HWOutput
- Namespace
- VisioForge.Core.Types.Output
- Assembly
- VisioForge.Core.dll
MP4 HW output settings.
public sealed class MP4HWOutput : MFBaseOutput, IVideoEditBaseOutput, IVideoCaptureBaseOutputInheritance
Implements
Inherited Members
Constructors
MP4HWOutput()
Initializes a new instance of the VisioForge.Core.Types.Output.MP4HWOutput class.
public MP4HWOutput()Properties
UseFFMPEGMuxer
Gets or sets a value indicating whether FFMPEG MP4 will be used instead default.
public bool UseFFMPEGMuxer { get; set; }Property Value
Methods
GetInternalTypeVC()
Gets internal output format.
public VideoCaptureOutputFormat GetInternalTypeVC()Returns
- VideoCaptureOutputFormat
-
Returns VisioForge.Core.Types.VideoCapture.VideoCaptureOutputFormat.
GetInternalTypeVE()
Gets internal output format.
public VideoEditOutputFormat GetInternalTypeVE()Returns
- VideoEditOutputFormat
-
Returns VisioForge.Core.Types.VideoEdit.VideoEditOutputFormat.
Load(string)
Loads from JSON.
public static MP4HWOutput Load(string json)Parameters
jsonstring-
JSON string.
Returns
- MP4HWOutput
-
The String.
Save()
Saves to JSON.
public string Save()