KnownCameraAudioVideoProperties.UnmuteAudioWhileRecording property

Specifies whether to unmute the audio while recording.

Syntax

public static Guid UnmuteAudioWhileRecording { get; }
Public Shared ReadOnly Property UnmuteAudioWhileRecording As Guid
public:
static property Guid UnmuteAudioWhileRecording { 
   Guid get();
}

Property value

Type: System.Guid [.NET] | Platform::Guid [C++]

The ID of this property, for use with the GetProperty and SetProperty methods.

Remarks

This property is for use with the AudioVideoCaptureDevice class. In the AudioVideoCaptureDevice class, the GetProperty class gets the current value of the property (of type System.Boolean). The SetProperty method sets the property to a new value. Setting this property to true unmutes audio while recording. When this property is false, the default value, audio is muted while recording.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

KnownCameraAudioVideoProperties