Function fdk_aac_sys::FDKfread_EL

source ·
pub unsafe extern "C" fn FDKfread_EL(
    dst: *mut c_void,
    size: INT,
    nmemb: UINT,
    fp: *mut FDKFILE
) -> UINT
Expand description

\brief Read variable of size “size” as little endian. Convert automatically to host endianess. 4-byte alignment is enforced for 24 bit data, at 32 bit full scale. \param dst Pointer to memory where to store data into. \param size Size of each item to be read. \param nmemb Number of items to be read. \param fp File pointer of type FDKFILE. \return Number of items read on success and fread() error on failure.