FLAC__IOCallback_Read

Signature for the read callback. The signature and semantics match POSIX fread() implementations and can generally be used interchangeably.

\param ptr The address of the read buffer. \param size The size of the records to be read. \param nmemb The number of records to be read. \param handle The handle to the data source. \retval size_t The number of records read.

extern (C) nothrow
alias FLAC__IOCallback_Read = size_t function(void* ptr, size_t size, size_t nmemb, FLAC__IOHandle handle)

Meta