Table of Contents

Interface IVideoEffectsSettingsDialog

Namespace
VisioForge.Core.UI.WinForms.Dialogs.VideoEffects
Assembly
VisioForge.Core.dll

IVideoEffectsSettingsDialog interface.

public interface IVideoEffectsSettingsDialog

Methods

Attach(IVideoEffect)

Attaches effect.

void Attach(IVideoEffect effect)

Parameters

effect IVideoEffect

Effect.

Fill(IVideoEffect)

Fills effect.

void Fill(IVideoEffect effect)

Parameters

effect IVideoEffect

Effect.

GenerateNewEffectName(IVideoEditCore)

Generates new effect name.

string GenerateNewEffectName(IVideoEditCore core)

Parameters

core IVideoEditCore

Core.

Returns

string

The String.

GenerateNewEffectName(IVideoCaptureCore)

Generates new effect name.

string GenerateNewEffectName(IVideoCaptureCore core)

Parameters

core IVideoCaptureCore

Core.

Returns

string

The String.

GenerateNewEffectName(IMediaPlayerCore)

Generates new effect name.

string GenerateNewEffectName(IMediaPlayerCore core)

Parameters

core IMediaPlayerCore

Core.

Returns

string

The String.