CastingDevicePickerFilter.SupportsAudio Property

Definition

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.

Applies to