[][src]Function fdk_aac_sys::aacEncGetLibInfo

pub unsafe extern "C" fn aacEncGetLibInfo(info: *mut LIB_INFO) -> AACENC_ERROR

\brief Get information about encoder library build.

Fill a given LIB_INFO structure with library version information.

\param info Pointer to an allocated LIB_INFO struct.

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