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