Capture.Cue Method

DirectX.Capture

DirectX.Capture Class Library

Capture.Cue Method 

Prepare for capturing. Use this method when capturing must begin as quickly as possible.

public void Cue();

Remarks

This will create/overwrite a zero byte file with the name set in the Filename property.

This will disable preview. Preview will resume once capture begins. This problem can be fixed if someone is willing to make the change.

This method is optional. If Cue() is not called, Start() will call it before capturing. This method cannot be called while capturing.

See Also

Capture Class | Capture Members | DirectX.Capture Namespace