Last updated: July 23, 2026
古いパラメーターを現在のバージョンに移行して返します。
IVoiceParameter MigrateParameter(IVoiceParameter currentParameter);
currentParameter YukkuriMovieMaker.Plugin.Voice.IVoiceParameter
YukkuriMovieMaker.Plugin.Voice.IVoiceParameter
プロジェクトを開いたときに古いパラメーター型が渡される場合があります。
型が一致する場合はそのまま返し、異なる場合は変換して返してください。
移行できない場合は CreateVoiceParameter() の結果を返してください。
Last updated: July 23, 2026
古いパラメーターを現在のバージョンに移行して返します。
IVoiceParameter MigrateParameter(IVoiceParameter currentParameter);
currentParameter YukkuriMovieMaker.Plugin.Voice.IVoiceParameter
YukkuriMovieMaker.Plugin.Voice.IVoiceParameter
プロジェクトを開いたときに古いパラメーター型が渡される場合があります。
型が一致する場合はそのまま返し、異なる場合は変換して返してください。
移行できない場合は CreateVoiceParameter() の結果を返してください。