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
The AQS filter string.