Interface IVideoEffectsSettingsDialog
IVideoEffectsSettingsDialog interface.
Namespace: VisioForge.Core.UI.WinForms.Dialogs.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectsSettingsDialog
Methods
Attach(IVideoEffect)
Attaches effect.
Declaration
void Attach(IVideoEffect effect)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEffect | effect | Effect. |
Fill(IVideoEffect)
Fills effect.
Declaration
void Fill(IVideoEffect effect)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEffect | effect | Effect. |
GenerateNewEffectName(IMediaPlayerCore)
Generates new effect name.
Declaration
string GenerateNewEffectName(IMediaPlayerCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IMediaPlayerCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | The string. |
GenerateNewEffectName(IVideoCaptureCore)
Generates new effect name.
Declaration
string GenerateNewEffectName(IVideoCaptureCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoCaptureCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | The string. |
GenerateNewEffectName(IVideoEditCore)
Generates new effect name.
Declaration
string GenerateNewEffectName(IVideoEditCore core)
Parameters
| Type | Name | Description |
|---|---|---|
| IVideoEditCore | core | Core. |
Returns
| Type | Description |
|---|---|
| string | The string. |