CastingDevicePickerFilter.SupportsAudio Property
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 and sets whether the devices in the device picker should support audio playback.
public:
property bool SupportsAudio { bool get(); void set(bool value); };
bool SupportsAudio();
void SupportsAudio(bool value);
public bool SupportsAudio { get; set; }
var boolean = castingDevicePickerFilter.supportsAudio;
castingDevicePickerFilter.supportsAudio = boolean;
Public Property SupportsAudio As Boolean
Property Value
Boolean
bool
If true, the picker will show audio-capable casting devices.