This topic has not yet been rated - Rate this topic

KnownCameraAudioVideoProperties class

5/3/2013

Used to get and set video capture settings.

Syntax


public static class KnownCameraAudioVideoProperties : Object

Attributes

MarshalingBehaviorAttribute(Agile)
StaticAttribute(Windows.Phone.Media.Capture.IKnownCameraAudioVideoPropertiesStatics, NTDDI_WIN8)
VersionAttribute(NTDDI_WIN8)

Members

The KnownCameraAudioVideoProperties class has these types of members:

Methods

The KnownCameraAudioVideoProperties class inherits methods from the Object class.

Properties

The KnownCameraAudioVideoProperties class has these properties.

PropertyAccess typeDescription

H264EnableKeyframes

Read-onlySpecifies whether keyframes are enabled during H264 encoding.

H264EncodingLevel

Read-onlySpecifies encoder level that is used for H264 video encoding.

H264EncodingProfile

Read-onlySpecifies the encoder profile that is used for H264 video encoding.

H264QuantizationParameter

Read-onlySpecifies the quantization parameter (QP) used with H264 video encoding.

H264RequestDropNextNFrames

Read-onlySpecifies the number of frames that should be dropped by the encoder.

H264RequestIdrFrame

Read-onlyRequests an instantaneous decoding refresh.

UnmuteAudioWhileRecording

Read-onlySpecifies whether to unmute the audio while recording.

VideoFrameRate

Read-onlySpecifies the number of video frames captured each second.

VideoTorchMode

Read-onlySpecifies how the torch is used when capturing video.

VideoTorchPower

Read-onlySpecifies 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 [Windows Store apps only]

Minimum supported server

None supported [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

See also

Object

 

 

Build date: 5/3/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.