FrameAcquiredEventArgs.Index property

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

Syntax

public uint Index { get; }
Public ReadOnly Property Index As UInteger
public:
property unsigned int Index { 
   unsigned int get();
}

Property value

Type: System.UInt32 [.NET] | uint32 [C++]

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

See also

FrameAcquiredEventArgs