共用方式為


CastingDevicePickerFilter.SupportsVideo 屬性

定義

取得和設定裝置選擇器中的裝置是否應該支援視訊播放。

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

屬性值

Boolean

bool

如果為 true,選擇器會顯示支援視訊的傳播裝置。

適用於