Added: Useful comment
This commit is contained in:
parent
9821db2b21
commit
870b089f1f
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,9 @@ namespace NLSOUND
|
||||||
#endif
|
#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) };
|
enum TSampleFormat { Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16, SampleFormatUnknown = (~0) };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue