FrameCaptureStartForSpecificFrameNum Method |
Starts the frame capturing to capture only few frames with a specific interval
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void StartForSpecificFrameNum(
int frames,
double interval
)
Public Sub StartForSpecificFrameNum (
frames As Integer,
interval As Double
)
public:
void StartForSpecificFrameNum(
int frames,
double interval
)
member StartForSpecificFrameNum :
frames : int *
interval : float -> unit
Parameters
- frames
- Type: SystemInt32
Number of frames to capture. - interval
- Type: SystemDouble
Time interval between frames.
See Also