Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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