Class AVISettingsDialog
AVI settings dialog.
Inheritance
AVISettingsDialog
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WinForms.Dialogs.OutputFormats
Assembly: VisioForge.Core.dll
Syntax
public class AVISettingsDialog : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Constructors
AVISettingsDialog(string[], string[])
Initializes a new instance of the AVISettingsDialog class.
Declaration
public AVISettingsDialog(string[] videoCodecs, string[] audioCodecs)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | videoCodecs | Video codecs. |
| string[] | audioCodecs | Audio codecs. |
AVISettingsDialog(VideoCaptureCore)
Initializes a new instance of the AVISettingsDialog class.
Declaration
public AVISettingsDialog(VideoCaptureCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoCaptureCore | core | The core. |
AVISettingsDialog(VideoEditCore)
Initializes a new instance of the AVISettingsDialog class.
Declaration
public AVISettingsDialog(VideoEditCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| VideoEditCore | core | The core. |
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(AVIOutput)
Loads settings.
Declaration
public void LoadSettings(AVIOutput aviOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| AVIOutput | aviOutput | Output. |
LoadSettings(MKVv1Output)
Loads settings.
Declaration
public void LoadSettings(MKVv1Output mkvOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| MKVv1Output | mkvOutput | Output. |
SaveSettings(ref AVIOutput)
Saves settings.
Declaration
public void SaveSettings(ref AVIOutput aviOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| AVIOutput | aviOutput | Output. |
SaveSettings(ref MKVv1Output)
Saves settings.
Declaration
public void SaveSettings(ref MKVv1Output mkvOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| MKVv1Output | mkvOutput | Output. |