VideoBase::IsIORequired

VideoBase::IsIORequired
virtual bool IsIORequired() const = 0;
Description

IsIORequired determines if a video system needs to perform any video data read operations. As soon as this method returns true, the application should immediately stop all its disk I/O operations and enable video read operations by calling EnableIO.

Return Value

A Boolean value of true if the video systems requires read operations; otherwise a value of false.