Converts a byte array (in "Little Endian" notation) to an 8-bit unsigned sample.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- sample
- Type: SystemByte
The byte array sample to convert (must by in "Little Endian", low byte first notation).
Return Value
Type: ByteA byte 8-bit unsigned value representing the converted sample.
Remarks
See Also