ICameraCaptureDevice.PreviewFrameAvailable event

Occurs when a preview frame is available.

Syntax

event TypedEventHandler<ICameraCaptureDevice, Object> PreviewFrameAvailable
Event PreviewFrameAvailable As TypedEventHandler(Of ICameraCaptureDevice, Object)
event TypedEventHandler<ICameraCaptureDevice, Object>^ PreviewFrameAvailable {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<ICameraCaptureDevice, Object>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<ICameraCaptureDevice, Object>

Remarks

The second event handler, of type Object, is unused in this release and will always return null.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

ICameraCaptureDevice