MediaFrameSourceGetPropertyResult Class

Definition

Represents the value of a MediaFrameSource property, if it was successfully retrieved, and the result status of the get operation.

public ref class MediaFrameSourceGetPropertyResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MediaFrameSourceGetPropertyResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MediaFrameSourceGetPropertyResult
Public NotInheritable Class MediaFrameSourceGetPropertyResult
Inheritance
Object Platform::Object IInspectable MediaFrameSourceGetPropertyResult
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Get an instance of MediaFrameSourceGetPropertyResult by calling MediaFrameSourceController.GetPropertyAsync. Check the value of the Status property to determine if the get operation was successful.

Properties

Status

Gets a value describing the result status of the get operation that attempted to retrieve the MediaFrameSource property value.

Value

Gets an object containing the value of a MediaFrameSource property, if the value was successfully retreived.

Applies to