Get the ratio of the resulting rate and source rate (the resampling ratio).
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.2
Syntax
Parameters
- chan
- Type: SystemInt32
Tempo stream (or source channel) handle.
Return Value
Type: SingleIf successful, the resampling ratio is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
ERROR CODE | Description |
---|---|
BASS_ERROR_HANDLE | chan is not valid. |
Examples
See Also