MediaFrameSourceGetPropertyResult MediaFrameSourceGetPropertyResult MediaFrameSourceGetPropertyResult MediaFrameSourceGetPropertyResult Class

Definition

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

public : sealed class MediaFrameSourceGetPropertyResult : IMediaFrameSourceGetPropertyResultpublic sealed class MediaFrameSourceGetPropertyResult : IMediaFrameSourceGetPropertyResultPublic NotInheritable Class MediaFrameSourceGetPropertyResult Implements IMediaFrameSourceGetPropertyResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

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 Status Status Status

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

public : MediaFrameSourceGetPropertyStatus Status { get; }public MediaFrameSourceGetPropertyStatus Status { get; }Public ReadOnly Property Status As MediaFrameSourceGetPropertyStatus// You can use this property in JavaScript.

Value Value Value Value

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

public : PlatForm::Object Value { get; }public object Value { get; }Public ReadOnly Property Value As object// You can use this property in JavaScript.
Value
PlatForm::Object object object object

An object containing the value of a media frame source property.

Remarks

If the value of the Status property is anything other than Success, then this property is null.