Class MP4SettingsDialog
- Assembly
- VisioForge.Core.dll
MP4 settings dialog.
public class MP4SettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControlInheritance
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
babyte[]-
Byte array.
Returns
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)Parameters
disposingbool-
true if managed resources should be disposed; otherwise, false.
LoadSettings(MP4Output)
Loads settings.
public void LoadSettings(MP4Output mp4Output)Parameters
mp4OutputMP4Output-
Output.
Exceptions
- ArgumentOutOfRangeException
-
ArgumentOutOfRangeException.
SaveSettings(ref MP4Output)
Saves settings.
public void SaveSettings(ref MP4Output mp4Output)Parameters
mp4OutputMP4Output-
Output.