FLAC__IOCallback_Write

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

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

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

Meta