MediaFrameSourceGroup.FromIdAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously gets the media frame source group with the specified ID.
public:
static IAsyncOperation<MediaFrameSourceGroup ^> ^ FromIdAsync(Platform::String ^ id);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MediaFrameSourceGroup> FromIdAsync(winrt::hstring const& id);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MediaFrameSourceGroup> FromIdAsync(string id);
function fromIdAsync(id)
Public Shared Function FromIdAsync (id As String) As IAsyncOperation(Of MediaFrameSourceGroup)
Parameters
- id
-
String
Platform::String
winrt::hstring
The unique identifier of a media frame source group.
Returns
An asynchronous operation that returns a MediaFrameSourceGroup upon successful completion.
- Attributes