TorchControl 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供在擷取裝置上控制手電筒筒 LED 設定的功能。
public ref class TorchControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class TorchControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class TorchControl
Public NotInheritable Class TorchControl
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
TorchControl 可讓應用程式管理裝置上的手電筒筒 LED。 這可用於擷取應用程式或非擷取應用程式中,以執行會議室之類的工作。
您可以查看 TorchControl.Supported,以瞭解裝置是否支援此控制項。
您可以透過 MediaCapture.VideoDeviceController存取擷取裝置的 TorchControl。
如需使用 TorchControl的作法指引,請參閱 與相機無關的手電筒筒。
屬性
Enabled |
取得或設定值,這個值會啟用和停用裝置上的手電筒筒 LED。 |
PowerPercent |
取得或設定手電筒筒 LED 的強度。 |
PowerSupported |
取得值,這個值會指定裝置是否允許變更手電筒筒 LED 電源設定。 |
Supported |
取得值,指定擷取裝置是否支援手電筒筒控制項。 |