버전
menu

Wwise SDK 2025.1.2
ak.wwise.core.mediaPool.getFields

Retrieve all fields present in the Media Pool. You can then use the fields to query the Media Pool. The Media Pool discovers some fields when it scans audio files. Others, such as WAV fields, are always available.

Result

이름 타입 설명
return array The list of fields available to use in Media Pool queries.
return [...]

The field name.

Any of:

string Filename : The name of the file, including the extension.
string WAV/Duration : The duration of the file in seconds.
string WAV/Sample Rate : The sample rate of the audio file in Hz.
string WAV/Bit Depth : The bit depth of the audio file. Possible values are 8, 16, 24, or 32.
string WAV/Channels : The number of channels of the audio file.
string WAV/Channel Configuration : The channel configuration of the audio file, such as '1.0', '2.0', '5.1', '7.1.4', etc.
string WAV/Data Size : The size of the audio data in bytes.
string WAV/Loop Start : The position in seconds where the audio file loop starts.
string WAV/Loop End : The position in seconds where the audio file loops back to the start.
string WAV/Marker Count : The number of markers in the audio file.
string WAV/Samples : The number of samples in the audio file, for one channel.
string Other fields found in the IXML chunk of the file. Use ak.core.mediaPool.getFields to get the list of supported fields.

Result Schema

See Also

Examples

Wwise Authoring API에 대한 더 자세한 정보는 Wwise Authoring API (WAAPI, Wwise 저작 API) 사용하기 를 참고하세요.


이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요