KnownCameraAudioVideoProperties class

Used to get and set video capture settings.

Syntax

public static class KnownCameraAudioVideoProperties
Public NotInheritable Class KnownCameraAudioVideoProperties
public ref class KnownCameraAudioVideoProperties abstract sealed 

Members

The KnownCameraAudioVideoProperties class has these types of members:

  • Properties

Properties

The KnownCameraAudioVideoProperties class has these properties.

Property Access type Description

H264EnableKeyframes

Read-only

Specifies whether keyframes are enabled during H264 encoding.

H264EncodingLevel

Read-only

Specifies encoder level that is used for H264 video encoding.

H264EncodingProfile

Read-only

Specifies the encoder profile that is used for H264 video encoding.

H264QuantizationParameter

Read-only

Specifies the quantization parameter (QP) used with H264 video encoding.

H264RequestDropNextNFrames

Read-only

Specifies the number of frames that should be dropped by the encoder.

H264RequestIdrFrame

Read-only

Requests an instantaneous decoding refresh.

UnmuteAudioWhileRecording

Read-only

Specifies whether to unmute the audio while recording.

VideoFrameRate

Read-only

Specifies the number of video frames captured each second.

VideoTorchMode

Read-only

Specifies how the torch is used when capturing video.

VideoTorchPower

Read-only

Specifies the brightness of the torch when capturing video.

 

Remarks

The properties in this class are for use with the AudioVideoCaptureDevice class. This class is used to identify properties that you want to get or set on the capture device. In the AudioVideoCaptureDevice class, the GetProperty class gets the current value of the property and the SetProperty method sets the property to a new value. You can also use the GetSupportedPropertyRange or GetSupportedPropertyValues method to learn more about a property.

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

Attributes

[Deprecated()]

[MarshalingBehavior(Agile)]

[Version(0x06020000)]

[WebHostHidden()]

See also

Object