The OpenD Programming Language

JpegStreamReadFunc

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

import gamut.codecs.jpegload;
version(decodeJPEG)
nothrow @nogc
alias JpegStreamReadFunc = int function
(
void* pBuf
,,
bool* pEOF_flag
,
void* userData
)

Meta