BaseSink

This class represents a generic sink and provides properties and methods that all sinks have in common. A BaseSink can hold either a FrameHandlerSink or a MediaStreamSink. A FrameHandlerSink is used to access individual frames out of the image stream, while MediaStreamSink writes the image stream to a media file.

Example

The following example illustrates how to use the BaseSink type, when handling a sink object whose actual type is unknown:

Information

    Introduced in IC Imaging Control 3.0

Inheritance

    BaseSink
            FrameHandlerSink
            MediaStreamSink

Properties

Property Description
SinkModeRunning

Gets or sets the "running" state of the sink.

Methods

Method Description
SinkType

This property returns a member of the BaseSinkTypes enumeration that describes the type of this sink object.

<< Classes