menu
버전
2017.1.9.6501
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Defines the parameters of an audio buffer format. More...
Public Member Functions | |
AkForceInline AkUInt32 | GetNumChannels () const |
AkForceInline bool | HasLFE () const |
AkForceInline bool | HasCenter () const |
AkForceInline AkUInt32 | GetBitsPerSample () const |
AkForceInline AkUInt32 | GetBlockAlign () const |
AkForceInline AkUInt32 | GetTypeID () const |
AkForceInline AkUInt32 | GetInterleaveID () const |
void | SetAll (AkUInt32 in_uSampleRate, AkChannelConfig in_channelConfig, AkUInt32 in_uBitsPerSample, AkUInt32 in_uBlockAlign, AkUInt32 in_uTypeID, AkUInt32 in_uInterleaveID) |
AkForceInline bool | IsChannelConfigSupported () const |
AkForceInline bool | operator== (const AkAudioFormat &in_other) const |
AkForceInline bool | operator!= (const AkAudioFormat &in_other) const |
Public Attributes | |
AkUInt32 | uSampleRate |
Number of samples per second. |
|
AkChannelConfig | channelConfig |
Channel configuration. |
|
AkUInt32 | uBitsPerSample:6 |
Number of bits per sample. |
|
AkUInt32 | uBlockAlign:10 |
Number of bytes per sample frame. (For example a 5.1 PCM 16bit should have a uBlockAlign equal to 6(5.1 channels)*2(16 bits per sample) = 12. |
|
AkUInt32 | uTypeID:2 |
Data type ID (AkDataTypeID). |
|
AkUInt32 | uInterleaveID:1 |
Interleave ID (AkDataInterleaveID). |
Defines the parameters of an audio buffer format.
Definition at line 59 of file AkCommonDefs.h.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요