Wwise SDK 2022.1.17
|
Allows for batch processing of the following operations: Object creation in a child hierarchy, Object creation in a list, Setting name, notes, properties and references. オブジェクトの作成の詳細については、 オーディオファイルのインポートとストラクチャーの作成 を参照してください。また、Wwiseへのオーディオファイルのインポートについては、 ak.wwise.core.audio.import も参照してください。
Name | タイプ | 概要 |
---|---|---|
objects * | array | An array of objects on which to set values and create child or list objects. |
objects [...] | object | The object specification, values to set, objects to create, and overriding options applicable to this object. |
objects[...].object * | any of: | The ID (GUID), name, or path of the existing object on which to set the name, notes, properties or references and under which to create children or create objects in a list. |
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オブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。例えば: \Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX. | |
objects[...].platform | any of: | The ID (GUID) or unique name of the platform used when setting properties and references via this operation. プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
objects[...].onNameConflict | string | The action to take if "object" already has a child with the same name. デフォルト値は、"fail"です。詳細は、名前の衝突モードを理解します を参照してください。可能な値:
|
objects[...].listMode | string | The action to take if "object" already has objects in a specified list. Default value is "append". 詳細は、 Understanding lists and list modes を参照してください。可能な値:
|
objects[...].name | string | The new name of "object". |
objects[...].notes | string | The new notes or comments of "object". |
objects[...].children | array | 作成する子オブジェクトのアレイ。 |
objects[...].children [...] | object | Child objects to be created. Child object to be created. |
objects[...].children[...].platform | any of: | The ID (GUID) or unique name of the platform used when setting properties and references via this operation. プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
objects[...].children[...].type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].children[...].name * | string | 新しいオブジェクトの名前。 |
objects[...].children[...].notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
objects[...].children[...].classId | integer | The ID (class ID) of the plug-in. Only specify for Effect or Source plug-ins. Refer to Wwiseオブジェクトリファレンス for possible ClassId values. Unsigned Integer 32-bit. 範囲: [0,4294967295] |
objects[...].children[...].language | string | ランゲージのID (GUID)または名前。Only use this argument when creating Sound Voice objects. |
objects[...].children[...].children | 作成する子オブジェクトのアレイ。(再帰的) | |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$) | any of: | |
Objects to create in list @listName. Refer to Wwiseオブジェクトリファレンス for the possible list names for each Wwise object. | ||
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
Object to create and assign to a reference. Refer to Wwiseオブジェクトリファレンス for the possible object types. | ||
object | The definition of an "in-place" Curve object. | |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).points * | array | Used when creating a Curve. An array of points defining a curve. |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).points [...] | object | カーブ上の点。 |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).points[...].x * | number | カーブの点の、X座標。 |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).points[...].y * | number | カーブの点の、Y座標。 |
objects[...].children[...].regex(^@[:_a-zA-Z0-9]+$).points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].regex(^@[:_a-zA-Z0-9]+$) | any of: | |
array | Objects to create in list @listName. Refer to Wwiseオブジェクトリファレンス for the possible list names for each Wwise object. An array of child objects to be created. | |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
object | The definition of an "in-place" Curve object. | |
object | Child object to be created. | |
objects[...].regex(^@[:_a-zA-Z0-9]+$) [...] | object | Child objects to be created. Child object to be created. |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].platform | any of: | The ID (GUID) or unique name of the platform used when setting properties and references via this operation. プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].name * | string | 新しいオブジェクトの名前。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].classId | integer | The ID (class ID) of the plug-in. Only specify for Effect or Source plug-ins. Refer to Wwiseオブジェクトリファレンス for possible ClassId values. Unsigned Integer 32-bit. 範囲: [0,4294967295] |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].language | string | ランゲージのID (GUID)または名前。Only use this argument when creating Sound Voice objects. |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].children | 作成する子オブジェクトのアレイ。(再帰的) | |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$) | any of: | |
Objects to create in list @listName. Refer to Wwiseオブジェクトリファレンス for the possible list names for each Wwise object. | ||
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
Object to create and assign to a reference. Refer to Wwiseオブジェクトリファレンス for the possible object types. | ||
object | The definition of an "in-place" Curve object. | |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).points * | array | Used when creating a Curve. An array of points defining a curve. |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).points [...] | object | カーブ上の点。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).points[...].x * | number | カーブの点の、X座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).points[...].y * | number | カーブの点の、Y座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$)[...].regex(^@[:_a-zA-Z0-9]+$).points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].regex(^@[:_a-zA-Z0-9]+$).type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).points * | array | Used when creating a Curve. An array of points defining a curve. |
objects[...].regex(^@[:_a-zA-Z0-9]+$).points [...] | object | カーブ上の点。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).points[...].x * | number | カーブの点の、X座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).points[...].y * | number | カーブの点の、Y座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].regex(^@[:_a-zA-Z0-9]+$).platform | any of: | The ID (GUID) or unique name of the platform used when setting properties and references via this operation. プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
objects[...].regex(^@[:_a-zA-Z0-9]+$).type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).name * | string | 新しいオブジェクトの名前。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).classId | integer | The ID (class ID) of the plug-in. Only specify for Effect or Source plug-ins. Refer to Wwiseオブジェクトリファレンス for possible ClassId values. Unsigned Integer 32-bit. 範囲: [0,4294967295] |
objects[...].regex(^@[:_a-zA-Z0-9]+$).language | string | ランゲージのID (GUID)または名前。Only use this argument when creating Sound Voice objects. |
objects[...].regex(^@[:_a-zA-Z0-9]+$).children | array | An array of child objects to be created (Recursive). An array of child objects to be created. |
objects[...].regex(^@[:_a-zA-Z0-9]+$).children [...] | Child objects to be created. | |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$) | any of: | |
array | Objects to create in list @listName. Refer to Wwiseオブジェクトリファレンス for the possible list names for each Wwise object. An array of child objects to be created. | |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
Object to create and assign to a reference. Refer to Wwiseオブジェクトリファレンス for the possible object types. | ||
object | The definition of an "in-place" Curve object. | |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$) [...] | Child objects to be created. | |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).points * | array | Used when creating a Curve. An array of points defining a curve. |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).points [...] | object | カーブ上の点。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).points[...].x * | number | カーブの点の、X座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).points[...].y * | number | カーブの点の、Y座標。 |
objects[...].regex(^@[:_a-zA-Z0-9]+$).regex(^@[:_a-zA-Z0-9]+$).points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
platform | any of: | Unless overriden by an individual "object", the ID (GUID) or unique name of the platform used when setting properties and references via this operation. プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
onNameConflict | string | Unless overriden by an individual "object", the action to take if "object" already has a child with the same name. デフォルト値は、"fail"です。詳細は、名前の衝突モードを理解します を参照してください。可能な値:
|
listMode | string | Unless overriden by an individual "object", the action to take if "object" already has objects in a specified list. Default value is "append". 詳細は、 Understanding lists and list modes を参照してください。可能な値:
|
autoAddToSourceControl | boolean | Determines if Wwise automatically performs an Add or Checkout source control operation for affected work units. デフォルトはfalseです。 |
(必須*)
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 | Array of {object, created objects} associations for each parent object. |
objects [...] | object | Objects created as children of, or in lists of, "object". |
objects[...].id | string | The ID (GUID) of the parent. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
objects[...].name | string | The name of the parent. |
objects[...].children | array | The child objects created. |
objects[...].children [...] | object | A created object. A Wwise object. 必須のプロパティを指定するには、returnオプションを使います。 |
objects[...].children[...].id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].name | string | オブジェクト名。 |
objects[...].children[...].notes | string | オブジェクトのnotes。 |
objects[...].children[...].type | string | オブジェクトのタイプ。使用可能なタイプの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].children[...].pluginName | string | Source、Effect、Mixer、Device、Metadataプラグインの、プラグイン名。 |
objects[...].children[...].path | string | プロジェクトルートからオブジェクトへのパス。例: '\Actor-Mixer Hierarchy\Default Work Unit\Sound1' |
objects[...].children[...].parent | object | 階層におけるオブジェクトの親。 |
objects[...].children[...].parent.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].parent.name | string | オブジェクト名。 |
objects[...].children[...].owner | object | オブジェクトのオーナー。カスタムエフェクトやカスタム減衰など、ほかのオブジェクトにローカルで所有されているオブジェクトが、該当します。 |
objects[...].children[...].owner.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].owner.name | string | オブジェクト名。 |
objects[...].children[...].isPlayable | boolean | オブジェクトをTransportで再生できる場合は、trueです。 |
objects[...].children[...].shortId | integer | オブジェクトのShort ID。 |
objects[...].children[...].classId | integer | オブジェクトのクラスID。 符号なし整数32-bit。範囲: [0,4294967295] |
objects[...].children[...].category | string | オブジェクトのカテゴリ。例: 'Actor-Mixer Hierarchy' |
objects[...].children[...].filePath | string | オブジェクトを含むファイルへのパス。パスは、Work Unitファイルまたはプロジェクトファイルとします。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].workunit | object | オブジェクトを含む、親Work Unit。'id'と'name'を返します。 |
objects[...].children[...].workunit.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].workunit.name | string | オブジェクト名。 |
objects[...].children[...].childrenCount | number | このオブジェクトの子の数。 |
objects[...].children[...].totalSize | integer | このオブジェクトと、その全ての子が、SoundBankに占めるスペース(単位byte)。objectSizeは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].children[...].mediaSize | integer | このオブジェクトとその全ての子のメディアファイルの、変換後の合計サイズ(単位bytes)。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].children[...].objectSize | integer | このオブジェクトのメタデータがSoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].children[...].structureSize | integer | このオブジェクトとその全ての子のメタデータが、SoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].children[...].musicTransitionRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックトランジションを、再帰的に含みます。 |
objects[...].children[...].musicTransitionRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].musicPlaylistRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックプレイリストアイテムを、再帰的に含みます。これが適用されるのは、Music Playlist Containerだけです。 |
objects[...].children[...].musicPlaylistRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].originalWavFilePath | string | (DEPRECATED) Absolute path to the original wav file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].originalFilePath | string | Absolute path to the original file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].activeSource | object | The active source of the sound object. |
objects[...].children[...].activeSource.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].activeSource.name | string | オブジェクト名。 |
objects[...].children[...].convertedWemFilePath | string | (DEPRECATED) Absolute path to the converted wem file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].convertedFilePath | string | Absolute path to the converted file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].soundbankBnkFilePath | string | SoundBankオブジェクトに関連する、生成後のSoundBankファイルへの絶対パス。これは、SoundBankオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].children[...].playbackDuration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。注:これは非推奨です。The duration should be used instead. これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].children[...].playbackDuration.playbackDurationMin | number | 再生にかかる最短時間。 |
objects[...].children[...].playbackDuration.playbackDurationMax | number | 再生にかかる最長時間。 |
objects[...].children[...].playbackDuration.playbackDurationType | string | durationタイプ。 |
objects[...].children[...].duration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].children[...].duration.min | number | 再生にかかる最短時間。 |
objects[...].children[...].duration.max | number | 再生にかかる最長時間。 |
objects[...].children[...].duration.type | string | durationタイプ。 |
objects[...].children[...].maxDurationSource | object | 最長のdurationのオーディオソース。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].children[...].maxDurationSource.id | string | 最長の長さのオーディオソースオブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].maxDurationSource.trimmedDuration | number | トリムした最長のソースの、durationを秒単位で示します。 |
objects[...].children[...].audioSourceTrimValues | object | オーディオソースをトリムした時間の範囲。 |
objects[...].children[...].audioSourceTrimValues.trimBegin | number | トリム開始の時間値を、秒単位で示します。 |
objects[...].children[...].audioSourceTrimValues.trimEnd | number | トリム終了の時間値を、秒単位で示します。 |
objects[...].children[...].maxRadiusAttenuation | object | 半径が最大の減衰。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].children[...].maxRadiusAttenuation.id | string | 半径が最大の減衰オブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].maxRadiusAttenuation.radius | number | 減衰オブジェクトの半径。 |
objects[...].children[...].audioSourceLanguage | object | オーディオソースに関連付けられたランゲージ。これは、Audio Sourceオブジェクトに、直接適用されるだけです。 |
objects[...].children[...].audioSourceLanguage.id | string | Audio Sourceオブジェクトに関連するLanguageオブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].audioSourceLanguage.name | string | Audio Sourcオブジェクトか関連付けられているLanguageオブジェクトの名前。 |
objects[...].children[...].workunitIsDefault | boolean | ワークユニットがデフォルトであれば、true。 |
objects[...].children[...].workunitType | string | Work Unitのタイプ。なお、Work Unitsと同様に、物理フォルダにも"WorkUnit"というタイプがあります。物理フォルダには、workunitType "folder"があります。可能な値:
|
objects[...].children[...].workunitIsDirty | boolean | Work UnitまたはProject(wprojファイル)がダーティである場合、つまり変更したあとに保存していない場合は、true。 |
objects[...].children[...].switchContainerChildContext | object | Switch Containerの子に関連付けられた、コンテキストオブジェクト。子に関連する、Switch Containerのコンテキストに依存するプロパティを、このオブジェクトが保持します(例えば、'1st only'チェックボックスのプロパティなど)。 |
objects[...].children[...].switchContainerChildContext.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].children[...].isExplicitMute | boolean | Whether or not the object has been muted explicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].children[...].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[...].children[...].isImplicitMute | boolean | Whether or not the object has been muted implicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].children[...].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[...].children[...].isIncluded | boolean | Whether or not the object is Included. 選択肢からプラットフォームを指定。This takes into consideration the Inclusion status of the object's ancestors. |
objects[...].children[...].points | array | This only applies to Curve objects. An array of points defining a curve. |
objects[...].children[...].points [...] | object | カーブ上の点。 |
objects[...].children[...].points[...].x * | number | カーブの点の、X座標。 |
objects[...].children[...].points[...].y * | number | カーブの点の、Y座標。 |
objects[...].children[...].points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].children[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) | any of: | クエリを構成し、プロパティ値またはオブジェクトリファレンスを出す、ドット区切りのアクセサを指定します。1つの@マークは、関連するオブジェクトのプロパティ値を示します。2つの@マークは、ソースがオーバーライドするプロパティ値を示します。使用可能なすべてのタイプの、プロパティやリファレンスの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
object | オブジェクトのリファレンス値。 | |
array | オブジェクトリストのリファレンス値。 | |
objects[...].children[...].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[...].children[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$).name | string | オブジェクト名。 |
objects[...].children[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) [...] | object | オブジェクトのリファレンス値。 |
objects[...].children[...].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[...].children[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$)[...].name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$) | one of: | The objects created and inserted in the specified list. |
array | The objects to be created. | |
object | A Wwise object. 必須のプロパティを指定するには、returnオプションを使います。 | |
objects[...].regex(^@[_:a-zA-Z0-9]+$) [...] | object | A created object. A Wwise object. 必須のプロパティを指定するには、returnオプションを使います。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].notes | string | オブジェクトのnotes。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].type | string | オブジェクトのタイプ。使用可能なタイプの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].pluginName | string | Source、Effect、Mixer、Device、Metadataプラグインの、プラグイン名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].path | string | プロジェクトルートからオブジェクトへのパス。例: '\Actor-Mixer Hierarchy\Default Work Unit\Sound1' |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].parent | object | 階層におけるオブジェクトの親。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].parent.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].parent.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].owner | object | オブジェクトのオーナー。カスタムエフェクトやカスタム減衰など、ほかのオブジェクトにローカルで所有されているオブジェクトが、該当します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].owner.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].owner.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].isPlayable | boolean | オブジェクトをTransportで再生できる場合は、trueです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].shortId | integer | オブジェクトのShort ID。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].classId | integer | オブジェクトのクラスID。 符号なし整数32-bit。範囲: [0,4294967295] |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].category | string | オブジェクトのカテゴリ。例: 'Actor-Mixer Hierarchy' |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].filePath | string | オブジェクトを含むファイルへのパス。パスは、Work Unitファイルまたはプロジェクトファイルとします。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunit | object | オブジェクトを含む、親Work Unit。'id'と'name'を返します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunit.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunit.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].childrenCount | number | このオブジェクトの子の数。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].totalSize | integer | このオブジェクトと、その全ての子が、SoundBankに占めるスペース(単位byte)。objectSizeは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].mediaSize | integer | このオブジェクトとその全ての子のメディアファイルの、変換後の合計サイズ(単位bytes)。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].objectSize | integer | このオブジェクトのメタデータがSoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].structureSize | integer | このオブジェクトとその全ての子のメタデータが、SoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].musicTransitionRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックトランジションを、再帰的に含みます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].musicTransitionRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].musicPlaylistRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックプレイリストアイテムを、再帰的に含みます。これが適用されるのは、Music Playlist Containerだけです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].musicPlaylistRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].originalWavFilePath | string | (DEPRECATED) Absolute path to the original wav file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].originalFilePath | string | Absolute path to the original file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].activeSource | object | The active source of the sound object. |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].activeSource.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].activeSource.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].convertedWemFilePath | string | (DEPRECATED) Absolute path to the converted wem file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].convertedFilePath | string | Absolute path to the converted file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].soundbankBnkFilePath | string | SoundBankオブジェクトに関連する、生成後のSoundBankファイルへの絶対パス。これは、SoundBankオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].playbackDuration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。注:これは非推奨です。The duration should be used instead. これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].playbackDuration.playbackDurationMin | number | 再生にかかる最短時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].playbackDuration.playbackDurationMax | number | 再生にかかる最長時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].playbackDuration.playbackDurationType | string | durationタイプ。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].duration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].duration.min | number | 再生にかかる最短時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].duration.max | number | 再生にかかる最長時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].duration.type | string | durationタイプ。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxDurationSource | object | 最長のdurationのオーディオソース。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxDurationSource.id | string | 最長の長さのオーディオソースオブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxDurationSource.trimmedDuration | number | トリムした最長のソースの、durationを秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceTrimValues | object | オーディオソースをトリムした時間の範囲。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceTrimValues.trimBegin | number | トリム開始の時間値を、秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceTrimValues.trimEnd | number | トリム終了の時間値を、秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxRadiusAttenuation | object | 半径が最大の減衰。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxRadiusAttenuation.id | string | 半径が最大の減衰オブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].maxRadiusAttenuation.radius | number | 減衰オブジェクトの半径。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceLanguage | object | オーディオソースに関連付けられたランゲージ。これは、Audio Sourceオブジェクトに、直接適用されるだけです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceLanguage.id | string | Audio Sourceオブジェクトに関連するLanguageオブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].audioSourceLanguage.name | string | Audio Sourcオブジェクトか関連付けられているLanguageオブジェクトの名前。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunitIsDefault | boolean | ワークユニットがデフォルトであれば、true。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunitType | string | Work Unitのタイプ。なお、Work Unitsと同様に、物理フォルダにも"WorkUnit"というタイプがあります。物理フォルダには、workunitType "folder"があります。可能な値:
|
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].workunitIsDirty | boolean | Work UnitまたはProject(wprojファイル)がダーティである場合、つまり変更したあとに保存していない場合は、true。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].switchContainerChildContext | object | Switch Containerの子に関連付けられた、コンテキストオブジェクト。子に関連する、Switch Containerのコンテキストに依存するプロパティを、このオブジェクトが保持します(例えば、'1st only'チェックボックスのプロパティなど)。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].switchContainerChildContext.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].isExplicitMute | boolean | Whether or not the object has been muted explicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].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[...].regex(^@[_:a-zA-Z0-9]+$)[...].isImplicitMute | boolean | Whether or not the object has been muted implicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].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[...].regex(^@[_:a-zA-Z0-9]+$)[...].isIncluded | boolean | Whether or not the object is Included. 選択肢からプラットフォームを指定。This takes into consideration the Inclusion status of the object's ancestors. |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].points | array | This only applies to Curve objects. An array of points defining a curve. |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].points [...] | object | カーブ上の点。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].points[...].x * | number | カーブの点の、X座標。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].points[...].y * | number | カーブの点の、Y座標。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) | any of: | クエリを構成し、プロパティ値またはオブジェクトリファレンスを出す、ドット区切りのアクセサを指定します。1つの@マークは、関連するオブジェクトのプロパティ値を示します。2つの@マークは、ソースがオーバーライドするプロパティ値を示します。使用可能なすべてのタイプの、プロパティやリファレンスの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
object | オブジェクトのリファレンス値。 | |
array | オブジェクトリストのリファレンス値。 | |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].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]+$)[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$).name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) [...] | object | オブジェクトのリファレンス値。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$)[...].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]+$)[...].regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$)[...].name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).notes | string | オブジェクトのnotes。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).type | string | オブジェクトのタイプ。使用可能なタイプの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).pluginName | string | Source、Effect、Mixer、Device、Metadataプラグインの、プラグイン名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).path | string | プロジェクトルートからオブジェクトへのパス。例: '\Actor-Mixer Hierarchy\Default Work Unit\Sound1' |
objects[...].regex(^@[_:a-zA-Z0-9]+$).parent | object | 階層におけるオブジェクトの親。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).parent.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).parent.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).owner | object | オブジェクトのオーナー。カスタムエフェクトやカスタム減衰など、ほかのオブジェクトにローカルで所有されているオブジェクトが、該当します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).owner.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).owner.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).isPlayable | boolean | オブジェクトをTransportで再生できる場合は、trueです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).shortId | integer | オブジェクトのShort ID。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).classId | integer | オブジェクトのクラスID。 符号なし整数32-bit。範囲: [0,4294967295] |
objects[...].regex(^@[_:a-zA-Z0-9]+$).category | string | オブジェクトのカテゴリ。例: 'Actor-Mixer Hierarchy' |
objects[...].regex(^@[_:a-zA-Z0-9]+$).filePath | string | オブジェクトを含むファイルへのパス。パスは、Work Unitファイルまたはプロジェクトファイルとします。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunit | object | オブジェクトを含む、親Work Unit。'id'と'name'を返します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunit.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunit.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).childrenCount | number | このオブジェクトの子の数。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).totalSize | integer | このオブジェクトと、その全ての子が、SoundBankに占めるスペース(単位byte)。objectSizeは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).mediaSize | integer | このオブジェクトとその全ての子のメディアファイルの、変換後の合計サイズ(単位bytes)。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).objectSize | integer | このオブジェクトのメタデータがSoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).structureSize | integer | このオブジェクトとその全ての子のメタデータが、SoundBankに占めるスペース(単位byte)。メディアファイルは含まれません。なお、正確な値を得るには、SoundBankを生成する必要があります。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).musicTransitionRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックトランジションを、再帰的に含みます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).musicTransitionRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).musicPlaylistRoot | object | ミュージックトランジションのルートで、ほかの全てのミュージックプレイリストアイテムを、再帰的に含みます。これが適用されるのは、Music Playlist Containerだけです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).musicPlaylistRoot.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).originalWavFilePath | string | (DEPRECATED) Absolute path to the original wav file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).originalFilePath | string | Absolute path to the original file. これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).activeSource | object | The active source of the sound object. |
objects[...].regex(^@[_:a-zA-Z0-9]+$).activeSource.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).activeSource.name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).convertedWemFilePath | string | (DEPRECATED) Absolute path to the converted wem file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).convertedFilePath | string | Absolute path to the converted file. 選択肢からプラットフォームを指定。これは、SoundオブジェクトとAudio Sourceオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).soundbankBnkFilePath | string | SoundBankオブジェクトに関連する、生成後のSoundBankファイルへの絶対パス。これは、SoundBankオブジェクトだけで有効です。WAAPIをMacで使う場合は、 MacでWAAPIを使う を参照してください。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).playbackDuration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。注:これは非推奨です。The duration should be used instead. これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).playbackDuration.playbackDurationMin | number | 再生にかかる最短時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).playbackDuration.playbackDurationMax | number | 再生にかかる最長時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).playbackDuration.playbackDurationType | string | durationタイプ。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).duration | object | 最小と最大のdurationと、durationタイプを含む、durationルート。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).duration.min | number | 再生にかかる最短時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).duration.max | number | 再生にかかる最長時間。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).duration.type | string | durationタイプ。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxDurationSource | object | 最長のdurationのオーディオソース。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxDurationSource.id | string | 最長の長さのオーディオソースオブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxDurationSource.trimmedDuration | number | トリムした最長のソースの、durationを秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceTrimValues | object | オーディオソースをトリムした時間の範囲。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceTrimValues.trimBegin | number | トリム開始の時間値を、秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceTrimValues.trimEnd | number | トリム終了の時間値を、秒単位で示します。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxRadiusAttenuation | object | 半径が最大の減衰。これは、Audio Sourceオブジェクトをソースとして直接含むことができるオブジェクト、または子孫を通して間接的に含むことができるオブジェクト全てに、適用されます。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxRadiusAttenuation.id | string | 半径が最大の減衰オブジェクトの、ID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).maxRadiusAttenuation.radius | number | 減衰オブジェクトの半径。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceLanguage | object | オーディオソースに関連付けられたランゲージ。これは、Audio Sourceオブジェクトに、直接適用されるだけです。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceLanguage.id | string | Audio Sourceオブジェクトに関連するLanguageオブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).audioSourceLanguage.name | string | Audio Sourcオブジェクトか関連付けられているLanguageオブジェクトの名前。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunitIsDefault | boolean | ワークユニットがデフォルトであれば、true。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunitType | string | Work Unitのタイプ。なお、Work Unitsと同様に、物理フォルダにも"WorkUnit"というタイプがあります。物理フォルダには、workunitType "folder"があります。可能な値:
|
objects[...].regex(^@[_:a-zA-Z0-9]+$).workunitIsDirty | boolean | Work UnitまたはProject(wprojファイル)がダーティである場合、つまり変更したあとに保存していない場合は、true。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).switchContainerChildContext | object | Switch Containerの子に関連付けられた、コンテキストオブジェクト。子に関連する、Switch Containerのコンテキストに依存するプロパティを、このオブジェクトが保持します(例えば、'1st only'チェックボックスのプロパティなど)。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).switchContainerChildContext.id | string | オブジェクトのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).isExplicitMute | boolean | Whether or not the object has been muted explicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].regex(^@[_:a-zA-Z0-9]+$).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[...].regex(^@[_:a-zA-Z0-9]+$).isImplicitMute | boolean | Whether or not the object has been muted implicitly. Explicitly muting an object implicitly mutes the descendant objects. |
objects[...].regex(^@[_:a-zA-Z0-9]+$).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[...].regex(^@[_:a-zA-Z0-9]+$).isIncluded | boolean | Whether or not the object is Included. 選択肢からプラットフォームを指定。This takes into consideration the Inclusion status of the object's ancestors. |
objects[...].regex(^@[_:a-zA-Z0-9]+$).points | array | This only applies to Curve objects. An array of points defining a curve. |
objects[...].regex(^@[_:a-zA-Z0-9]+$).points [...] | object | カーブ上の点。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).points[...].x * | number | カーブの点の、X座標。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).points[...].y * | number | カーブの点の、Y座標。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).points[...].shape * | string | この点から、次の点までの、カーブセグメントの形状。可能な値:
|
objects[...].regex(^@[_:a-zA-Z0-9]+$).regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) | any of: | クエリを構成し、プロパティ値またはオブジェクトリファレンスを出す、ドット区切りのアクセサを指定します。1つの@マークは、関連するオブジェクトのプロパティ値を示します。2つの@マークは、ソースがオーバーライドするプロパティ値を示します。使用可能なすべてのタイプの、プロパティやリファレンスの詳細については、 Wwiseオブジェクトリファレンス を参照してください。 |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
object | オブジェクトのリファレンス値。 | |
array | オブジェクトリストのリファレンス値。 | |
objects[...].regex(^@[_:a-zA-Z0-9]+$).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]+$).regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$).name | string | オブジェクト名。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$) [...] | object | オブジェクトのリファレンス値。 |
objects[...].regex(^@[_:a-zA-Z0-9]+$).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]+$).regex(^((@?@?[a-zA-Z0-9:_]+)|[a-zA-Z]+\(.+\))(\.@?@?[a-zA-Z0-9:_]+|[a-zA-Z]+\(.+\))*$)[...].name | string | オブジェクト名。 |
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。