Pulsar
3d3a057
|
Player sound loading. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_PlayerSoundLoadChannelLayoutInfo |
Player sound load channel layout specific information. More... | |
struct | PLSR_PlayerSoundLoadBlocksLayoutInfo |
Player sound load blocks layout specific information. More... | |
struct | PLSR_PlayerSoundLoadLayoutInfo |
Player sound load layout information. More... | |
struct | PLSR_PlayerSoundAdpcmChannelInfo |
struct | PLSR_PlayerSoundLoadInfo |
Player sound load information. More... | |
Enumerations | |
enum | PLSR_PlayerSoundLoadLayout { PLSR_PlayerSoundLoadLayout_Channel = 0, PLSR_PlayerSoundLoadLayout_Blocks } |
Player sound load layout. More... | |
Functions | |
PLSR_RC | plsrPlayerLoad (const PLSR_PlayerSoundLoadInfo *loadInfo, PLSR_PlayerSoundId *out) |
Load a sound from a normalized sound load information. | |
Player sound loading.