Contents

setStreamMode

Sets the mode of the stream, either input or output.

Declaration

virtual IOReturn setStreamMode(
 IOVideoStream *stream,
 IOStreamMode mode);

Overview

This must be implemented by a subclass.

See Also

Miscellaneous