Table of Contents

Class MKVv2Output

Namespace
VisioForge.Core.Types.Output
Assembly
VisioForge.Core.dll

Modern MKV output settings.

public sealed class MKVv2Output : MFBaseOutput, IVideoEditBaseOutput, IVideoCaptureBaseOutput

Inheritance

Implements

Inherited Members

Constructors

MKVv2Output()

Initializes a new instance of the VisioForge.Core.Types.Output.MKVv2Output class.

public MKVv2Output()

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 MKVv2Output Load(string json)

Parameters

json string

JSON string.

Returns

MKVv2Output

The String.

Save()

Saves to JSON.

public string Save()

Returns

string

The String.