[][src]Function fdk_aac_sys::aacEncClose

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

\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.