Function fdk_aac_sys::aacEncClose

source ·
pub unsafe extern "C" fn aacEncClose(
    phAacEncoder: *mut HANDLE_AACENCODER
) -> AACENC_ERROR
Expand description

\brief Close the encoder instance.

Deallocate encoder instance and free whole memory.

\param phAacEncoder Pointer to the encoder handle to be deallocated.

\return - AACENC_OK, on success. - AACENC_INVALID_HANDLE, on failure.