[−][src]Type Definition flac_sys::FLAC__IOHandle
type FLAC__IOHandle = *mut c_void;
This is the opaque handle type used by the callbacks. Typically this is a \c FILE* or address of a file descriptor.
type FLAC__IOHandle = *mut c_void;
This is the opaque handle type used by the callbacks. Typically this is a \c FILE* or address of a file descriptor.