MediaCapture.GetEncoderProperty | getEncoderProperty method

0 out of 2 rated this helpful - Rate this topic

Gets the value of an encoding property.

Syntax


var object = mediaCapture.getEncoderProperty(mediaStreamType, propertyId);

Parameters

mediaStreamType

Type: MediaStreamType

Specifies the stream to query for the encoding property.

propertyId

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

The encoding property to retrieve.

Return value

Type: Object [JavaScript] | System.Object [.NET] | Platform::Object [C++]

Returns the value of the encoding property.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

Capabilities

webcam
microphone

See also

MediaCapture

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.