virtual bool IsIORequired() const;
IsIORequired determines if a video system needs to perform any video data read operation. If the method returns true, then the application must stop its disk I/O operations and enable video read operations by calling EnableIO method.
A Boolean value of true if video data read operation is required; otherwise false.