CastingDevicePickerFilter.SupportsVideo Property

Definition

Gets and sets whether the devices in the device picker should support video playback.

public:
 property bool SupportsVideo { bool get(); void set(bool value); };
bool SupportsVideo();

void SupportsVideo(bool value);
public bool SupportsVideo { get; set; }
var boolean = castingDevicePickerFilter.supportsVideo;
castingDevicePickerFilter.supportsVideo = boolean;
Public Property SupportsVideo As Boolean

Property Value

Boolean

bool

If true, the picker will show video-capable casting devices.

Applies to