JpegStreamReadFunc

Input stream interface. This function is called when the internal input buffer is empty.

version(decodeJPEG)
nothrow @nogc
alias JpegStreamReadFunc = int function
(
void* pBuf
,,
bool* pEOF_flag
,
void* userData
)

Meta