Table of Contents

Class MP4SettingsDialog

Namespace
VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly
VisioForge.Core.dll

MP4 settings dialog.

public class MP4SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl

Inheritance

Implements

Inherited Members

Extension Methods

Constructors

MP4SettingsDialog()

Initializes a new instance of the VisioForge.Core.UI.WinForms.Dialogs.OutputFormats.MP4SettingsDialog class.

public MP4SettingsDialog()

Methods

ConvertByteArrayToHexString(byte[])

Converts byte array to hex string.

public static string ConvertByteArrayToHexString(byte[] ba)

Parameters

ba byte[]

Byte array.

Returns

string

Returns String.

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed; otherwise, false.

LoadSettings(MP4Output)

Loads settings.

public void LoadSettings(MP4Output mp4Output)

Parameters

mp4Output MP4Output

Output.

Exceptions

ArgumentOutOfRangeException

ArgumentOutOfRangeException.

SaveSettings(ref MP4Output)

Saves settings.

public void SaveSettings(ref MP4Output mp4Output)

Parameters

mp4Output MP4Output

Output.