mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Added: Useful comment
This commit is contained in:
parent
dfe3beeb4f
commit
45fd8648df
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ namespace NLSOUND
|
|||
#endif
|
||||
|
||||
/*
|
||||
* Sound sample format
|
||||
* Deprecated sound sample format.
|
||||
* For compatibility with old code.
|
||||
* Do not modify.
|
||||
*/
|
||||
enum TSampleFormat { Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16, SampleFormatUnknown = (~0) };
|
||||
|
||||
|
|
Loading…
Reference in a new issue