Contents

stopStream

Stop sending data on a stream.

Declaration

virtual IOReturn stopStream(
 IOVideoStream *stream);

Return Value

Returns kIOReturnSuccess if the stream was successfully started.

Overview

This must be implemented by a subclass.

See Also

Miscellaneous