Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CastingDevice.GetDeviceSelector(CastingPlaybackTypes) 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.

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


Feedback

Was this page helpful?