AppBroadcastMicrophoneCaptureStateChangedEventArgs クラス

定義

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

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

Windows の要件

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

プロパティ

ErrorCode

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

State

アプリ ブロードキャスト マイク キャプチャの状態を示す値を取得します。

適用対象