プラグインローダーの設定を管理するクラスです。
[詳解]
|
override global::YukkuriMovieMaker.Plugin.SettingsCategory | Category [get] |
| 設定のカテゴリを取得します。この設定はUIに表示されないためNoneを返します。
|
override string | Name [get] |
| 設定の名前を取得します。
|
override bool | HasSettingView [get] |
| 設定画面を持っているかどうかを取得します。
|
override object | SettingView [get] |
| 設定ビューを取得します。
|
global::System.Collections.Immutable.ImmutableList< string > | AudioFileSourcePlugins [get, set] |
| オーディオファイルソースプラグインのリストを取得または設定します。
|
global::System.Collections.Immutable.ImmutableList< string > | VideoFileSourcePlugins [get, set] |
| ビデオファイルソースプラグインのリストを取得または設定します。
|
global::System.Collections.Immutable.ImmutableList< string > | ImageFileSourcePlugins [get, set] |
| イメージファイルソースプラグインのリストを取得または設定します。
|
◆ PluginLoaderSettings()
YukkuriMovieMaker.Plugin.PluginLoaderSettings.PluginLoaderSettings |
( |
| ) |
|
◆ Initialize()
override void YukkuriMovieMaker.Plugin.PluginLoaderSettings.Initialize |
( |
| ) |
|
◆ AudioFileSourcePlugins
global.System.Collections.Immutable.ImmutableList<string> YukkuriMovieMaker.Plugin.PluginLoaderSettings.AudioFileSourcePlugins |
|
getset |
オーディオファイルソースプラグインのリストを取得または設定します。
◆ Category
override global.YukkuriMovieMaker.Plugin.SettingsCategory YukkuriMovieMaker.Plugin.PluginLoaderSettings.Category |
|
get |
設定のカテゴリを取得します。この設定はUIに表示されないためNoneを返します。
◆ HasSettingView
override bool YukkuriMovieMaker.Plugin.PluginLoaderSettings.HasSettingView |
|
get |
◆ ImageFileSourcePlugins
global.System.Collections.Immutable.ImmutableList<string> YukkuriMovieMaker.Plugin.PluginLoaderSettings.ImageFileSourcePlugins |
|
getset |
イメージファイルソースプラグインのリストを取得または設定します。
◆ Name
override string YukkuriMovieMaker.Plugin.PluginLoaderSettings.Name |
|
get |
◆ SettingView
override object YukkuriMovieMaker.Plugin.PluginLoaderSettings.SettingView |
|
get |
◆ VideoFileSourcePlugins
global.System.Collections.Immutable.ImmutableList<string> YukkuriMovieMaker.Plugin.PluginLoaderSettings.VideoFileSourcePlugins |
|
getset |
ビデオファイルソースプラグインのリストを取得または設定します。
このクラス詳解は次のファイルから抽出されました: