TorchControl.Enabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會啟用和停用裝置上的手電筒筒 LED。
public:
property bool Enabled { bool get(); void set(bool value); };
bool Enabled();
void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = torchControl.enabled;
torchControl.enabled = boolean;
Public Property Enabled As Boolean
屬性值
Boolean
bool
如果已啟用手電筒筒 LED,則為true;否則為false。
備註
在某些裝置上,手電筒筒不會發出光線,即使 Enabled 設定為 true,除非裝置執行預覽串流且正在主動擷取視訊。 建議的作業順序是開啟視訊預覽,然後將 Enabled 設定為 true 來開啟手電筒筒,然後起始視訊擷取。 在某些裝置上,要在啟動預覽後,手電筒才會亮起。 在其他裝置上,則是在啟動視訊擷取後,手電筒才會亮起。