IMcCaptDevice2NumAvailFrames Property
|
|
Gets how many frames are available for streaming capture operations.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
SyntaxReadOnly Property NumAvailFrames (
Type As mcCaptFrameType
) As Integer
Get
Parameters
- Type
- Type: MediaCy.IQL.CapturemcCaptFrameType
Set to the frame type to check.
Property Value
Type:
Int32
RemarksReturns the number of frames that could be streamed. This property should
be checked before creating the frames collection to be used for a streaming
capture operation. The frame type argument indicates the storage of streaming
frames if the device supports more than one type.
This is a read-only property.
See Also