VideoBase::ReadCallback::OnReadRequested

VideoBase::ReadCallback::OnReadRequested
virtual void OnReadRequested() = 0;
Description

OnReadRequested notifies when a read operation is required. Upon receiving this notification, the application should stop all its disk I/O operations (and wait till the I/O operations are finished). After returning from this method, the video system will begin file read operation immediately.