GrabberSinkType

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.

Information

    Header File: tisudshl.h
    Namespace: DShowLib

Inheritance

    GrabberSinkType
            FrameHandlerSink
            FrameNotificationSink
            FrameQueueSink
            FrameSnapSink
            MediaStreamSink

Methods

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.

Enumerations

Enumeration Description
tSinkModes

tSinkModes enumerates the available sink modes.

<< Classes