MediaFrameSourceGroup.Id Property

Definition

Gets a unique identifier for the media frame source group.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = mediaFrameSourceGroup.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

A unique identifier for the media frame source group.

Remarks

Use this identifier when calling FromIdAsync to retrieve a specific media frame source group.

Applies to