AppCaptureMicrophoneCaptureStateChangedEventArgs クラス

定義

AppCaptureState.MicrophoneCaptureStateChanged イベントのデータを提供します。

public ref class AppCaptureMicrophoneCaptureStateChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppCaptureContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppCaptureMicrophoneCaptureStateChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppCaptureContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppCaptureMicrophoneCaptureStateChangedEventArgs
Public NotInheritable Class AppCaptureMicrophoneCaptureStateChangedEventArgs
継承
Object Platform::Object IInspectable AppCaptureMicrophoneCaptureStateChangedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.15063.0 で導入)
API contract
Windows.Media.Capture.AppCaptureContract (v4.0 で導入)
アプリの機能
appCaptureSettings

プロパティ

ErrorCode

イベントに関連付けられているエラー コードを取得します。

State

アプリ キャプチャのマイク キャプチャの新しい状態を取得します。

適用対象