Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the frames in the capture sequence.
Syntax
public IReadOnlyList<CameraCaptureFrame> Frames { get; }
Public ReadOnly Property Frames As IReadOnlyList(Of CameraCaptureFrame)
public:
property IVectorView<CameraCaptureFrame>^ Frames {
IVectorView<CameraCaptureFrame>^ get();
}
Property value
Type: IVectorView<CameraCaptureFrame> [C++] | System.Collections.Generic.IReadOnlyList<CameraCaptureFrame> [.NET]
The frames in the capture sequence.
Remarks
The index value of the captured frame is 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
CameraCaptureSequence