Wwise SDK 2025.1.0
|
Wwiseオブジェクトを作成し、オーディオファイルをインポートします。This function does not return an error when something fails during the import process, please see the log for the result of each import command. この関数は、Audio File ImporterのTab Delimitedインポートで提供されるものと同じインポートプロセッサを使います。この関数は、作成、置き換え、または再利用された全てのオブジェクトのアレイを返します。オプションを使い、オブジェクトの返し方を指定します。For more information, see オーディオファイルのインポートとストラクチャーの作成.
Name | タイプ | 概要 |
---|---|---|
importOperation | string | インポートオブジェクト作成の実行方法を指定します。作成されたオブジェクトごとに: - createNew: 新しいオブジェクトを作成し、オブジェクト名は可能であれば希望する名前とし、それ以外の場合は新しい固有名を使います。- useExisting: 既存のオブジェクトがあればそれを使い、指定したプロパティを更新します。それ以外の場合は新しいオブジェクトを作成します。これがデフォルト値です。- replaceExisting: 新しいオブジェクトを作成します。同名の既存オブジェクトがある場合、既存オブジェクトを破棄します。可能な値:
|
default | object | "imports"の各アイテムの、デフォルト値。インポートする全ての要素で、共通プロパティを繰り返すのを避けるには、このオブジェクトを使います。 |
default.importLanguage | string | オーディオファイルインポート用のランゲージをインポートします(WPROJファイルのLanguageListにある、プロジェクトに定義されたランゲージから入手します)。 |
default.importLocation | any of: | ルート相対オブジェクトパスとして使う、Object ID (GUID)、または名前、またはパス。 |
string | The name of the object qualified by its type or Short ID in the form of type:name or Global:shortId. Only object types that have globally-unique names or Short Ids are supported. Ex: Event:Play_Sound_01, Global:245489792 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwiseオブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。For example: \Containers\Default Work Unit\New Sound SFX. | |
default.audioFile | string | インポートするメディアファイルへのパス。必ず、Wwiseからアクセスできるパスとします。For using WAAPI on Mac, please see MacでWAAPIを使う . |
default.audioFileBase64 | string | Originalsフォルダに対するターゲットファイル相対パスでインポートする、縦線で分けた、Base64でエンコードしたWAVオーディオファイルデータ。例 'MySound.wav|UklGRu...'. |
default.originalsSubFolder | string | インポートしたオーディオファイルを保存する'originals'サブフォルダを指定します。このフォルダは、ファイルを通常インポートする'originals'フォルダと相対関係にあるフォルダです。例: SFXをインポートするる場合は、オーディオファイルはフォルダ Originals\SFX\originalsPath にインポートされます。 |
default.objectPath | string | 作成するオブジェクトのパスと名前。パスにはバックスラッシュを使い、絶対パスまたは相対パスとします。名前の前に、オブジェクトタイプを指定することができます。For example: \\Containers\\Default Work Unit\\<Random Container>MyContainer\\<Sound>MySound.See Wwiseオブジェクトリファレンス for the available types. |
default.objectType | string | オーディオファイルをインポートするときに作成するオブジェクトタイプを指定します。タイプを、objectPathで直接指定することもできます。See Wwiseオブジェクトリファレンス for the available types. |
default.notes | string | 作成したオブジェクトの"Notes"フィールド。 |
default.audioSourceNotes | string | 作成したオーディオソースオブジェクトの、"Notes"フィールド。 |
default.switchAssignation | string | Defines a Switch Group or State Group that is associated to a Switch Container, within the Containers only. また、Switch Containerのどの子が、関連するグループのどのSwitchまたはStateにアサインされているのかを、定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
default.event | string | インポートしたオブジェクト用に作成するEventの、パスと名前を定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
default.dialogueEvent | string | インポートしたオブジェクト用に作成するDialogue Eventの、名前とパスを定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
default.regex(^@[:_a-zA-Z0-9]+$) | any of: | Wwiseオブジェクトのプロパティと値を指定します。プロパティ名の前に、@が付きます。See Wwiseオブジェクトリファレンス for the properties available. 例: @Volume:3 プロパティの値。 |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
imports * | array | インポートコマンドのアレイ。 |
imports [...] | object | インポートコマンド。このオブジェクトのメンバーは、"default "のメンバーと結合され、このオブジェクトのメンバーが優先されます。リストにあるプロパティ以外にも、 @Property を使い、wobjectプロパティやリファレンスを設定することもできます。例えば、 @Volume プロパティを追加してボリュームを設定することができます。Switch ContainerのState/Switchが、State/Switch Groupの子である必要があるように、ほかのリファレンスによって制約されるリファレンスは、必要な順番にリファレンスを確実に設定できないため、設定してはいけません。 |
imports[...].importLanguage | string | オーディオファイルインポート用のランゲージをインポートします(WPROJファイルのLanguageListにある、プロジェクトに定義されたランゲージから入手します)。 |
imports[...].importLocation | any of: | ルート相対オブジェクトパスとして使う、Object ID (GUID)、または名前、またはパス。 |
string | The name of the object qualified by its type or Short ID in the form of type:name or Global:shortId. Only object types that have globally-unique names or Short Ids are supported. Ex: Event:Play_Sound_01, Global:245489792 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwiseオブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。For example: \Containers\Default Work Unit\New Sound SFX. | |
imports[...].audioFile | string | インポートするメディアファイルへのパス。必ず、Wwiseからアクセスできるパスとします。For using WAAPI on Mac, please see MacでWAAPIを使う . |
imports[...].audioFileBase64 | string | Originalsフォルダに対するターゲットファイル相対パスでインポートする、縦線で分けた、Base64でエンコードしたWAVオーディオファイルデータ。例 'MySound.wav|UklGRu...'. |
imports[...].originalsSubFolder | string | インポートしたオーディオファイルを保存する'originals'サブフォルダを指定します。このフォルダは、ファイルを通常インポートする'originals'フォルダと相対関係にあるフォルダです。例: SFXをインポートするる場合は、オーディオファイルはフォルダ Originals\SFX\originalsPath にインポートされます。 |
imports[...].objectPath * | string | 作成するオブジェクトのパスと名前。パスにはバックスラッシュを使い、絶対パスまたは相対パスとします。名前の前に、オブジェクトタイプを指定することができます。For example: \\Containers\\Default Work Unit\\<Random Container>MyContainer\\<Sound>MySound.See Wwiseオブジェクトリファレンス for the available types. |
imports[...].objectType | string | オーディオファイルをインポートするときに作成するオブジェクトタイプを指定します。タイプを、objectPathで直接指定することもできます。See Wwiseオブジェクトリファレンス for the available types. |
imports[...].notes | string | 作成したオブジェクトの"Notes"フィールド。 |
imports[...].audioSourceNotes | string | 作成したオーディオソースオブジェクトの、"Notes"フィールド。 |
imports[...].switchAssignation | string | Defines a Switch Group or State Group that is associated to a Switch Container, within the Containers only. また、Switch Containerのどの子が、関連するグループのどのSwitchまたはStateにアサインされているのかを、定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
imports[...].event | string | インポートしたオブジェクト用に作成するEventの、パスと名前を定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
imports[...].dialogueEvent | string | インポートしたオブジェクト用に作成するDialogue Eventの、名前とパスを定義します。See Tab Delimited Import in the Wwise Help documentation for more information. |
imports[...].regex(^@[:_a-zA-Z0-9]+$) | any of: | プロパティ値を指定します。See Wwiseオブジェクトリファレンス for the properties available. The value of a property. |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
autoAddToSourceControl | boolean | Determines if Wwise automatically performs a source control Add operation on the imported files. デフォルトはtrueです。 |
autoCheckOutToSourceControl | boolean | Determines if Wwise automatically performs a source control Checkout operation (when applicable) on the modified files. デフォルトはtrueです。 |
(必須*)
Name | タイプ | 概要 |
---|---|---|
return | array | オブジェクトごとに、何が返されるのかを指定します。使用可能なプロパティやリファレンスの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 return式のアレイで、Wwiseオブジェクトのどのエレメントを返すのかを定義します。例えば、名前やIDなどの内蔵アクセサや、VolumeやPitchなどのオブジェクトプロパティが含まれます。 |
return [...] | any of: | return式。 |
string | Wwiseオブジェクト用の内蔵アクセサを、1つまたは複数、指定します。可能な値:
| |
string | クエリを構成し、値またはオブジェクトリファレンスを出す、ドット区切りのアクセサを、1つまたは複数、指定します。1つの@マークを指定すると、関連するオブジェクトのプロパティ値を返します。2つの@マークを指定すると、オーバーライドのソースのプロパティ値を返します。 Wwiseオブジェクトリファレンス を参照してください。 | |
platform | any of: | プラットフォームのID (GUID)または名前。これは任意の引数です。指定がなければ、現在のプラットフォームを使います。 |
string | プラットフォームの名前。 | |
string | プラットフォームのID。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
language | any of: | ランゲージのID (GUID)または名前。 |
string | ランゲージの名前。 | |
string | ランゲージのID。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
Name | タイプ | 概要 |
---|---|---|
objects * | array | オブジェクトのアレイ。 |
objects [...] | object | インポートコマンド。このオブジェクトのメンバーは、"default "のメンバーと結合され、このオブジェクトのメンバーが優先されます。リストにあるプロパティ以外にも、 @Property を使い、wobjectプロパティやリファレンスを設定することもできます。例えば、 @Volume プロパティを追加してボリュームを設定することができます。Switch ContainerのState/Switchが、State/Switch Groupの子である必要があるように、ほかのリファレンスによって制約されるリファレンスは、必要な順番でリファレンスを確実に設定できないため、設定してはいけません。 Wwiseオブジェクト。必須のプロパティを指定するには、returnオプションを使います。 |
objects[...].id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].name | string | オブジェクト名。 |
objects[...].notes | string | オブジェクトのnotes。 |
objects[...].type | string | オブジェクトのタイプ。使用可能なタイプの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].pluginName | string | Source、Effect、Mixer、Device、Metadataプラグインの、プラグイン名。 |
objects[...].path | string | プロジェクトルートからオブジェクトへのパス。Ex: '\Containers\Default Work Unit\Sound1' |
objects[...].parent | object | 階層におけるオブジェクトの親。 |
objects[...].parent.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].parent.name | string | オブジェクト名。 |
objects[...].owner | object | オブジェクトのオーナー。カスタムエフェクトやカスタム減衰など、ほかのオブジェクトにローカルで所有されているオブジェクトが、該当します。 |
objects[...].owner.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].owner.name | string | オブジェクト名。 |
objects[...].isPlayable | boolean | オブジェクトをTransportで再生できる場合は、trueです。 |
objects[...].shortId | integer | オブジェクトのShort ID。 |
objects[...].classId | integer | オブジェクトのクラスID。 符号なし整数32-bit。範囲: [0,4294967295] |
objects[...].category | string | オブジェクトのカテゴリ。Ex: 'Containers' |
objects[...].filePath | string | オブジェクトを含むファイルへのパス。パスは、Work Unitファイルまたはプロジェクトファイルとします。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].workunit | object | オブジェクトを含む、親Work Unit。'id'と'name'を返します。 |
objects[...].workunit.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].workunit.name | string | オブジェクト名。 |
objects[...].childrenCount | number | このオブジェクトの子の数。注:これは非推奨です。The same result can be obtained with children.count(). |
objects[...].totalSize | integer | このオブジェクトと、その全ての子が、SoundBankに占めるスペース(単位byte)。objectSizeは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].mediaSize | integer | このオブジェクトとその全ての子のメディアファイルの、変換後の合計サイズ(単位bytes)。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].objectSize | integer | このオブジェクトのメタデータがSoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].structureSize | integer | このオブジェクトとその全ての子のメタデータが、SoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].musicTransitionRoot | object | (DEPRECATED) The music transition root containing all other music transitions recursively. 注:これは非推奨です。The TransitionRoot reference should be used instead. |
objects[...].musicTransitionRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].musicPlaylistRoot | object | (DEPRECATED) The music playlist root containing all other music playlist items recursively. これが適用されるのは、Music Playlist Containerだけです。注:これは非推奨です。The PlaylistRoot reference should be used instead. |
objects[...].musicPlaylistRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].musicTransitionObject | object | The music transition segment. |
objects[...].musicTransitionObject.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].originalWavFilePath | string | (DEPRECATED) Absolute path to the original wav file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].originalFilePath | string | Absolute path to the original file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].originalRelativeFilePath | string | Relative (from project's Originals Folder) path to the original file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].activeSource | object | The active source of the sound object. |
objects[...].activeSource.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].activeSource.name | string | オブジェクト名。 |
objects[...].convertedWemFilePath | string | (DEPRECATED) Absolute path to the converted wem file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].convertedFilePath | string | Absolute path to the converted file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].soundbankBnkFilePath | string | SoundBankオブジェクトに関連する、生成後のSoundBankファイルへの絶対パス。これは、SoundBankオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].playbackDuration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。注:これは非推奨です。The duration should be used instead. これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].playbackDuration.playbackDurationMin | number | The minimum possible time (in seconds) playback can take. |
objects[...].playbackDuration.playbackDurationMax | number | The maximum possible time (in seconds) playback can take. |
objects[...].playbackDuration.playbackDurationType | string | durationタイプ。 |
objects[...].duration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].duration.min | number | The minimum possible time (in seconds) playback can take. |
objects[...].duration.max | number | The maximum possible time (in seconds) playback can take. |
objects[...].duration.type | string | durationタイプ。 |
objects[...].maxDurationSource | object | 最長のdurationのオーディオソース。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].maxDurationSource.id | string | 最長の長さのオーディオソースオブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].maxDurationSource.trimmedDuration | number | トリムした最長のソースの、durationを秒単位で示します。 |
objects[...].audioSourceTrimValues | object | オーディオソースをトリムした時間の範囲。 |
objects[...].audioSourceTrimValues.trimBegin | number | トリム開始の時間値を、秒単位で示します。 |
objects[...].audioSourceTrimValues.trimEnd | number | トリム終了の時間値を、秒単位で示します。 |
objects[...].maxRadiusAttenuation | object | 半径が最大の減衰。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].maxRadiusAttenuation.id | string | 半径が最大の減衰オブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].maxRadiusAttenuation.radius | number | 減衰オブジェクトの半径。 |
objects[...].audioSourceLanguage | object | オーディオソースに関連付けられたランゲージ。これは、Audio Sourceオブジェクトに、直接適用されるだけです。 |
objects[...].audioSourceLanguage.id | string | Audio Sourceオブジェクトに関連するLanguageオブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].audioSourceLanguage.name | string | Audio Sourcオブジェクトか関連付けられているLanguageオブジェクトの名前。 |
objects[...].originalTotalChannelCount | number | The total number of channels present in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalNormalChannelCount | number | The number of channels in the normal plane of the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalHeightChannelCount | number | The number of channels in the height plane of the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalLFEChannelCount | number | The number of low frequency channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalNonLFEChannelCount | number | The number of normal and height channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalAnonymousChannelCount | number | The number of anonymous channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalAmbisonicsChannelCount | number | The number of ambisonics channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalChannelConfig | string | The configuration of the channels in the audio source (Ex : 7.1.4). For anonymous channels, returns Anonymous. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalChannelMask | number | The mask associated with the channel's configuration. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalSampleRate | number | The sample rate for the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalBitDepth | number | The sample rate for the audio source. Either 16 or 24. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalFileSize | number | The file size in bytes for the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalDataSize | number | The data size for bytes the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalSampleCount | number | The number of samples in the audio file. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalDuration | number | The file duration in seconds. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].originalCodec | string | The audio file's codec. For original files, it will always be PCM. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedTotalChannelCount | number | The total number of channels present in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedNormalChannelCount | number | The number of channels in the normal plane of the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedHeightChannelCount | number | The number of channels in the height plane of the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedLFEChannelCount | number | The number of low frequency channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedNonLFEChannelCount | number | The number of normal and height channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedAnonymousChannelCount | number | The number of anonymous channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedAmbisonicsChannelCount | number | The number of ambisonics channels in the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedChannelConfig | string | The configuration of the channels in the audio source (Ex : 7.1.4). For anonymous channels, returns Anonymous. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedChannelMask | number | The mask associated with the channel's configuration. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedSampleRate | number | The sample rate for the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedSampleRateSetting | string | The sample rate for the audio source, expressed as a string. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedBitDepth | number | The sample rate for the audio source. Either 16 or 24. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedFileSize | number | The file size in bytes for the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedDataSize | number | The data size for bytes the audio source. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedSampleCount | number | The number of samples in the audio file. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedDuration | number | The file duration in seconds. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedTrimmedDuration | number | The duration (in seconds) of the trimmed audio source. Differs from generic Duration field because the original file does not include Trim Begind/End. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].convertedCodec | string | The audio file's codec. For original files, it will always be PCM. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].conversionFormat | string | The format specified in the Conversion Settings for the associated audio source. This differs from convertedCodec because the file does not have to be converted. This accessor works for Sounds, Audio File Source, Plugin-Media and Music Clips. |
objects[...].workunitIsDefault | boolean | ワークユニットがデフォルトであれば、true。 |
objects[...].workunitType | string | Work Unitのタイプ。なお、Work Unitsと同様に、物理フォルダにも"WorkUnit"というタイプがあります。物理フォルダには、workunitType "folder"があります。可能な値:
|
objects[...].workunitIsDirty | boolean | Work UnitまたはProject(wprojファイル)がダーティである場合、つまり変更したあとに保存していない場合は、true。 |
objects[...].workunitIsLoaded | boolean | True if a Work Unit is currently loaded in the Project. False if it has been unloaded. |
objects[...].switchContainerChildContext | object | Switch Containerの子に関連付けられた、コンテキストオブジェクト。子に関連する、Switch Containerのコンテキストに依存するプロパティを、このオブジェクトが保持します(例えば、'1st only'チェックボックスのプロパティなど)。 |
objects[...].switchContainerChildContext.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].switchGroupGameParameter | object | The game parameter object associated with a Switch Group. |
objects[...].switchGroupGameParameter.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].switchGroupGameParameter.name | string | オブジェクト名。 |
objects[...].isExplicitMute | boolean | Whether or not the object has been muted explicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].isExplicitSolo | boolean | Whether or not the object has been soloed explicitly. Soloing an object silences all the other objects in the project except this one. |
objects[...].isImplicitMute | boolean | Whether or not the object has been muted implicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].isImplicitSolo | boolean | Whether or not the object has been soloed implicitly. Soloing an object silences all the other objects in the project except this one. |
objects[...].isIncluded | boolean | Whether or not the object is Included. 選択肢からプラットフォームを指定。This takes into consideration the Inclusion status of the object's ancestors. |
objects[...].isLanguageIncluded | boolean | Whether or not the Audio Source object's language is included for the current platform. |
objects[...].points | array | This only applies to Curve objects. An array of points defining a curve. |
objects[...].points [...] | object | カーブ上の点。 |
objects[...].points[...].x * | number | カーブの点の、X座標。 |
objects[...].points[...].y * | number | カーブの点の、Y座標。 |
objects[...].points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].stateProperties | array | An array of state properties to set. |
objects[...].stateProperties [...] | string | The name of the property to set. |
objects[...].stateGroups | array | The State Group objects associated with this object. |
objects[...].stateGroups [...] | object | A State Group object. |
objects[...].stateGroups[...].id | string | The ID (GUID) of the State Group object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
objects[...].stateGroups[...].name | string | The name of the State Group object. |
objects[...].definedStates | array | The Custom State objects associated with this object that have defined values. |
objects[...].definedStates [...] | object | A State object. |
objects[...].definedStates[...].id | string | The ID (GUID) of the State object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
objects[...].definedStates[...].name | string | The name of the State object. |
objects[...].supportsStates | boolean | Whether or not the object supports the use of States on any of its properties. |
objects[...].supportsRandomizer | boolean | Whether or not the object supports the use of a Randomizer on any of its properties. |
objects[...].hasEmptySwitchStateAssignment | boolean | Returns true if there are empty objects or paths assigned to any Switches or States this object uses. |
objects[...].extractEvents | array | The Event objects extracted from the current SoundBank. |
objects[...].extractEvents [...] | object | An event. |
objects[...].extractEvents[...].id | string | The ID (GUID) of the Event object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
objects[...].extractEvents[...].name | string | The name of the Event object. |
objects[...].extractStructures | array | The object structures extracted from the current SoundBank. |
objects[...].extractStructures [...] | object | An object, which is not an Event. |
objects[...].extractStructures[...].id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].extractStructures[...].name | string | オブジェクト名。 |
objects[...].extractMedia | array | The Media files extracted from the current SoundBank. |
objects[...].extractMedia [...] | string | A media file path. |
objects[...].soundbanksReferencingEvent | array | The SoundBank objects referencing the current event object. |
objects[...].soundbanksReferencingEvent [...] | object | A SoundBank object. |
objects[...].soundbanksReferencingEvent[...].id | string | The ID (GUID) of the SoundBank object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
objects[...].soundbanksReferencingEvent[...].name | string | The name of the SoundBank object. |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$) | any of: | クエリを構成し、プロパティ値またはオブジェクトリファレンスを出す、ドット区切りのアクセサを指定します。1つの@マークは、関連するオブジェクトのプロパティ値を示します。2つの@マークは、ソースがオーバーライドするプロパティ値を示します。使用可能なすべてのタイプの、プロパティやリファレンスの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
string | 文字列値。 | |
array | An array of string values. | |
number | 数値。 | |
array | An array of numeric values. | |
boolean | ブール値。 | |
array | An array of boolean values. | |
object | オブジェクトのリファレンス値。 | |
array | オブジェクトリストのリファレンス値。 | |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$) [...] | string | 文字列値。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$) [...] | number | 数値。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$) [...] | boolean | ブール値。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$).id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$).name | string | オブジェクト名。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$) [...] | object | オブジェクトのリファレンス値。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$)[...].id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^((@?@?[a-zA-Z0-9:_\(\),]+)|[a-zA-Z\(\),]+\(.+\))(\.@?@?[a-zA-Z0-9:_\(\),]+|[a-zA-Z\(\),]+\(.+\))*$)[...].name | string | オブジェクト名。 |
files * | array | The list of imported original files. |
files [...] | string | Absolute path to the original file. |
log * | array | The audio import log. |
log [...] | object | A log entry for audio import. |
log[...].severity * | string |
|
log[...].message * | string | ログアイテムの説明メッセージ。 |
log[...].index | number | The index of the import command to which the log applies. |
(必須*)
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。