This method must implement the actual pauseing of the encoder.
After the encoder was paused successfully the EncoderHandle must still return a valid HENCODE handle (non-zero).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Parameters
- paused
- Type: SystemBoolean
Pause the encoder () or unpause ().
Return Value
Type: BooleanShould return , if the encoder was successfully paused - else must be returned and an EncoderHandle must stay as before.
Remarks
See Also