CameraCaptureSequence.FrameAcquired event

Occurs when a frame has been captured.

Syntax

public event TypedEventHandler<CameraCaptureSequence, FrameAcquiredEventArgs> FrameAcquired
Public Event FrameAcquired As TypedEventHandler(Of CameraCaptureSequence, FrameAcquiredEventArgs)
public:
event TypedEventHandler<CameraCaptureSequence, FrameAcquiredEventArgs>^ FrameAcquired {
   Windows::Foundation::EventRegistrationToken add(TypedEventHandler<CameraCaptureSequence, FrameAcquiredEventArgs>^ value);
   void remove(Windows::Foundation::EventRegistrationToken token);
}

Event information

Delegate TypedEventHandler<CameraCaptureSequence, FrameAcquiredEventArgs>

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

CameraCaptureSequence