We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2280c5 commit 510ddfcCopy full SHA for 510ddfc
README.md
@@ -31,7 +31,7 @@ And get the samples stored inside it:
31
```c#
32
List<FmodSample> samples = bank.Samples;
33
int frequency = samples[0].Metadata.Frequency; //E.g. 44100
34
-uint numChannels = samples[0].Channels; //2 for stereo, 1 for mono.
+uint numChannels = samples[0].Metadata.Channels; //2 for stereo, 1 for mono.
35
36
string name = samples[0].Name; //Null if not present in the bank file (which is usually the case).
37
```
0 commit comments