CastingDevice.GetDeviceSelector(CastingPlaybackTypes) Method

Definition

Gets an AQS filter string to be used with the Windows.Devices.Enumeration APIs for a given CastingPlaybackTypes.

public:
 static Platform::String ^ GetDeviceSelector(CastingPlaybackTypes type);
 static winrt::hstring GetDeviceSelector(CastingPlaybackTypes const& type);
public static string GetDeviceSelector(CastingPlaybackTypes type);
function getDeviceSelector(type)
Public Shared Function GetDeviceSelector (type As CastingPlaybackTypes) As String

Parameters

type
CastingPlaybackTypes

The casting playback type.

Returns

String

Platform::String

winrt::hstring

The AQS filter string.

Applies to