BASS_WMA_EncodeClose

Finishes encoding and closes the file or network port.

BOOL BASS_WMA_EncodeClose(
    HWMENCODE handle
);

Parameters

handleThe encoder handle.

Return value

If successful, TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEhandle is not valid.

See also

BASS_WMA_EncodeOpen, BASS_WMA_EncodeOpenFile, BASS_WMA_EncodeOpenNetwork