CapturedPhoto Klasse

Definition

Stellt ein Foto dar, das von einem Aufnahmegerät wie einer angeschlossenen Webcam aufgenommen wurde.

public ref class CapturedPhoto sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class CapturedPhoto final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class CapturedPhoto
Public NotInheritable Class CapturedPhoto
Vererbung
Object Platform::Object IInspectable CapturedPhoto
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Rufen Sie eine instance dieser Klasse ab, indem Sie LowLagPhotoCapture.CaptureAsync aufrufen. Anleitungen zur Verwendung von LowLagPhotoCapture finden Sie unter Grundlegende Foto-, Video- und Audioaufnahme mit MediaCapture.

Eigenschaften

Frame

Ruft die Fotodaten ab, die als CapturedFrame-Objekt dargestellt werden und dem CapturedPhoto-Objekt zugeordnet sind.

Thumbnail

Stellt eine Miniaturansicht des Aufnahmefotos dar.

Gilt für:

Weitere Informationen