IVedeoEffect インターフェース
Edit on GitHub

Last updated: February 1, 2026

定義

名前空間: YukkuriMovieMaker.Plugin.Effects

アセンブリ: YukkuriMovieMaker.Plugin.dll


映像エフェクトの表示名などを保持し、IVideoEffectProcessorなどを返すインターフェースです。

public interface IVideoEffect : INotifyPropertyChanged, INotifyDataErrorInfo, IUndoRedoable, IEditable, IAnimatable, IFileItem, IResourceItem

プロパティー

名前 説明
Label エフェクトの表示名を取得します。
IsEnabled エフェクトが有効かどうかを取得または設定します。
Remark 備考を取得または設定します。

メソッド

名前 説明
CreateVideoEffect(IGraphicsDevicesAndContext) IVideoEffectProcessorを作成し返します。
CreateExoVideoFilters(int, ExoOutputDescription) エフェクトのexo文字列を作成し返します。