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.
Stop sending data on a stream.
virtual IOReturn stopStream(
IOVideoStream *stream);Returns kIOReturnSuccess if the stream was successfully started.
This must be implemented by a subclass.