Class MP4SettingsDialog
MP4 settings dialog.
Inheritance
MP4SettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class MP4SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
MP4SettingsDialog()
Initializes a new instance of the MP4SettingsDialog class.
Declaration
public MP4SettingsDialog()
Methods
ConvertByteArrayToHexString(byte[])
Converts byte array to hex string.
Declaration
public static string ConvertByteArrayToHexString(byte[] ba)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | ba | Byte array. |
Returns
| Type | Description |
|---|---|
| string | Returns string. |
Dispose(bool)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | true if managed resources should be disposed; otherwise, false. |
Overrides
LoadSettings(MP4Output)
Loads settings.
Declaration
public void LoadSettings(MP4Output mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP4Output | mp4Output | Output. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | ArgumentOutOfRangeException. |
SaveSettings(ref MP4Output)
Saves settings.
Declaration
public void SaveSettings(ref MP4Output mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP4Output | mp4Output | Output. |