The number of bytes of data per channel.
| 284 | |
| 285 | /// The number of bytes of data per channel. |
| 286 | U8 getBytesPerChannel() const { return getBitsPerChannel() / 8; } |
| 287 | |
| 288 | /// The number of bits per sound sample. |
| 289 | U8 getBitsPerSample() const { return mBitsPerSample; } |