ymm4-plugin-document
読み取り中…
検索中…
一致する文字列を見つけられません
YukkuriMovieMaker.Plugin.EffectFactories クラス

エフェクトファクトリのコレクションを提供する静的クラスです。 アプリケーション内で利用可能な様々なエフェクト(ビデオ、オーディオ、テンプレート)のファクトリを公開します。 [詳解]

プロパティ

static global::System.Collections.Generic.IEnumerable< global::YukkuriMovieMaker.Plugin.VideoEffectFactory > VideoEffectFactories [get]
 利用可能なビデオエフェクトファクトリのコレクションを取得します。
static global::System.Collections.Generic.IEnumerable< global::YukkuriMovieMaker.Plugin.AudioEffectFactory > AudioEffectFactories [get]
 利用可能なオーディオエフェクトファクトリのコレクションを取得します。
static global::System.Collections.Generic.IEnumerable< global::YukkuriMovieMaker.Plugin.VideoEffectTemplateFactory > VideoEffectTemplateFactories [get]
 利用可能なビデオエフェクトテンプレートファクトリのコレクションを取得します。
static global::System.Collections.Generic.IEnumerable< global::YukkuriMovieMaker.Plugin.AudioEffectTemplateFactory > AudioEffectTemplateFactories [get]
 利用可能なオーディオエフェクトテンプレートファクトリのコレクションを取得します。

詳解

エフェクトファクトリのコレクションを提供する静的クラスです。 アプリケーション内で利用可能な様々なエフェクト(ビデオ、オーディオ、テンプレート)のファクトリを公開します。

このクラスは、PluginLoaderからロードされたエフェクト情報に基づいて、 各種エフェクトファクトリのインスタンスを生成し、提供します。

プロパティ詳解

◆ AudioEffectFactories

global.System.Collections.Generic.IEnumerable<global.YukkuriMovieMaker.Plugin.AudioEffectFactory> YukkuriMovieMaker.Plugin.EffectFactories.AudioEffectFactories
staticget

利用可能なオーディオエフェクトファクトリのコレクションを取得します。

◆ AudioEffectTemplateFactories

global.System.Collections.Generic.IEnumerable<global.YukkuriMovieMaker.Plugin.AudioEffectTemplateFactory> YukkuriMovieMaker.Plugin.EffectFactories.AudioEffectTemplateFactories
staticget

利用可能なオーディオエフェクトテンプレートファクトリのコレクションを取得します。

◆ VideoEffectFactories

global.System.Collections.Generic.IEnumerable<global.YukkuriMovieMaker.Plugin.VideoEffectFactory> YukkuriMovieMaker.Plugin.EffectFactories.VideoEffectFactories
staticget

利用可能なビデオエフェクトファクトリのコレクションを取得します。

◆ VideoEffectTemplateFactories

global.System.Collections.Generic.IEnumerable<global.YukkuriMovieMaker.Plugin.VideoEffectTemplateFactory> YukkuriMovieMaker.Plugin.EffectFactories.VideoEffectTemplateFactories
staticget

利用可能なビデオエフェクトテンプレートファクトリのコレクションを取得します。


このクラス詳解は次のファイルから抽出されました: