FrameHandlerSink.FrameType Property

Returns the current used frame type of the sink.
Syntax:
[C#]
public FrameType FT;
Limitations:

Read only.

Remarks:

If only one frame type was added to the sink, then this property will return a value without calling ICImagingControl.LiveStart previously.

If only several frame types have been added to the sink, then this property is null until ICImagingControl.LiveStart was called.

See also: FrameHandlerSink

<< FrameHandlerSink