Checks if an encoder is running.
DWORD BASS_Encode_IsActive( DWORD handle );
handle | The encoder or channel handle... a HENCODE, HSTREAM, HMUSIC, or HRECORD. |
BASS_ACTIVE_STOPPED | The encoder isn't running. |
BASS_ACTIVE_PLAYING | The encoder is running. |
BASS_ACTIVE_PAUSED | The encoder is paused. |
If an encoder stops running prematurely, BASS_Encode_Stop should still be called to release resources that were allocated for the encoding.