CameraCaptureSequence class

A unit of work for capturing frames.

Syntax

public sealed class CameraCaptureSequence
Public NotInheritable Class CameraCaptureSequence
public ref class CameraCaptureSequence sealed 

Members

The CameraCaptureSequence class has these types of members:

  • Events
  • Methods
  • Properties

Events

The CameraCaptureSequence class has these events.

Event Description
BuffersAvailable This API is not intended to be used directly from your code.
FrameAcquired Occurs when a frame has been captured.

 

Methods

The CameraCaptureSequence class has these methods. It also inherits methods from the Object class.

Method Description
StartCaptureAsync Starts capturing frames in the capture sequence.

 

Properties

The CameraCaptureSequence class has these properties.

Property Access type Description

Frames

Read-only

Gets the frames in the capture sequence.

 

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

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object