mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Added: Useful comment
--HG-- branch : sound_dev
This commit is contained in:
parent
0bc94787cb
commit
b1c9745c8d
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