virtual bool IsIORequired() const = 0;
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.
A Boolean value of true if the video systems requires read operations; otherwise a value of false.