This is the abstract base class for all sinks which cannot be instantiated. A sink specifies the format to which the image stream is converted and it specifies the way in which single frames can be accessed.
Header File: tisudshl.h
Namespace: DShowLib
GrabberSinkType
FrameHandlerSink
FrameNotificationSink
FrameQueueSink
FrameSnapSink
MediaStreamSink
| Method | Description | ||
| getSinkMode | This method returns the current sink mode. |
||
| getSinkType | This virtual function has to return the type of the derived GrabberSinkType. |
||
| isAttached | Returns whether this sink has been attached to a Grabber object. |
||
| setSinkMode | This method sets a new sink mode. |
||
| Enumeration | Description | ||
| tSinkModes | tSinkModes enumerates the available sink modes. |
||