Class HWEncodersOutputSettingsDialog
HW encoders output settings dialog.
Inheritance
HWEncodersOutputSettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class HWEncodersOutputSettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
HWEncodersOutputSettingsDialog(HWSettingsDialogMode)
Initializes a new instance of the HWEncodersOutputSettingsDialog class.
Declaration
public HWEncodersOutputSettingsDialog(HWSettingsDialogMode mode)
Parameters
| Type | Name | Description |
|---|---|---|
| HWSettingsDialogMode | mode | Mode. |
Methods
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(MKVv2Output)
Loads settings.
Declaration
public void LoadSettings(MKVv2Output mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MKVv2Output | mp4Output | Output. |
LoadSettings(MOVOutput)
Loads settings.
Declaration
public void LoadSettings(MOVOutput mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MOVOutput | mp4Output | Output. |
LoadSettings(MP4HWOutput)
Loads settings.
Declaration
public void LoadSettings(MP4HWOutput mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP4HWOutput | mp4Output | Output. |
LoadSettings(MPEGTSOutput)
Loads settings.
Declaration
public void LoadSettings(MPEGTSOutput mpegTSOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| MPEGTSOutput | mpegTSOutput | Output. |
SaveSettings(ref MKVv2Output)
Saves settings.
Declaration
public void SaveSettings(ref MKVv2Output mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MKVv2Output | mp4Output | Output. |
SaveSettings(ref MOVOutput)
Saves settings.
Declaration
public void SaveSettings(ref MOVOutput mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MOVOutput | mp4Output | Output. |
SaveSettings(ref MP4HWOutput)
Saves settings.
Declaration
public void SaveSettings(ref MP4HWOutput mp4Output)
Parameters
| Type | Name | Description |
|---|---|---|
| MP4HWOutput | mp4Output | Output. |
SaveSettings(ref MPEGTSOutput)
Saves settings.
Declaration
public void SaveSettings(ref MPEGTSOutput mpegTSOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| MPEGTSOutput | mpegTSOutput | Output. |