FrameAcquiredEventArgs class

Identifies the frame that has been captured in the FrameAcquired event.

Syntax

public sealed class FrameAcquiredEventArgs
Public NotInheritable Class FrameAcquiredEventArgs
public ref class FrameAcquiredEventArgs sealed 

Members

The FrameAcquiredEventArgs class has these types of members:

  • Properties

Properties

The FrameAcquiredEventArgs class has these properties.

Property Access type Description

Index

Read-only

Gets the index of the frame that has been captured in a capture sequence.

 

Remarks

The frames in a capture sequence are stored in the Frames property. The first frame has an index value of 0.

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)]

See also

Object