JpegStreamReadFunc

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

alias JpegStreamReadFunc = int delegate
(
void* pBuf
,,
bool* pEOF_flag
)
Suggestion Box / Bug Report