CameraCaptureFrame.AppliedProperties property

Gets the known camera properties that were applied to the frame when it was captured.

Syntax

public IReadOnlyDictionary<Guid, Object> AppliedProperties { get; }
Public ReadOnly Property AppliedProperties As IReadOnlyDictionary(Of Guid, Object)
public:
property IMapView<Guid, Object>^ AppliedProperties { 
   IMapView<Guid, Object>^ get();
}

Property value

Type: IMapView<Guid, Object> [C++] | System.Collections.Generic.IReadOnlyDictionary<Guid, Object> [.NET]

The known camera properties that were applied to the frame.

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

CameraCaptureFrame