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

앱 캡처에 대한 마이크 캡처의 새 상태를 가져옵니다.

적용 대상