Video::IsIORequired

Video::IsIORequired
virtual bool IsIORequired() const;
Description

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.

Return Value

A Boolean value of true if video data read operation is required; otherwise false.