VideoCapture.OnVideoCaptureResourceCreatedCallback
public delegate void OnVideoCaptureResourceCreatedCallback(Windows.WebCam.VideoCapture captureObject);
Parameters
| captureObject | The VideoCapture instance. |
Description 描述
Called when a VideoCapture resource has been created.
If the instance failed to be created, the instance returned will be null.