The number of bytes of data per sample. @note Be aware that this comprises all channels.
| 291 | /// The number of bytes of data per sample. |
| 292 | /// @note Be aware that this comprises all channels. |
| 293 | U8 getBytesPerSample() const { return mBitsPerSample / 8; } |
| 294 | |
| 295 | /// Returns the duration from the sample count. |
| 296 | U32 getDuration( U32 samples ) const |
no outgoing calls
no test coverage detected