Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VideoStabilizationEffect.GetRecommendedStreamConfiguration Method

Definition

Namespace:
Windows.Media.Core

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the recommended video stream configuration for video stabilization, given the specified video device controller and encoding properties.

public:
 virtual VideoStreamConfiguration ^ GetRecommendedStreamConfiguration(VideoDeviceController ^ controller, VideoEncodingProperties ^ desiredProperties) = GetRecommendedStreamConfiguration;
VideoStreamConfiguration GetRecommendedStreamConfiguration(VideoDeviceController const& controller, VideoEncodingProperties const& desiredProperties);
public VideoStreamConfiguration GetRecommendedStreamConfiguration(VideoDeviceController controller, VideoEncodingProperties desiredProperties);
function getRecommendedStreamConfiguration(controller, desiredProperties)
Public Function GetRecommendedStreamConfiguration (controller As VideoDeviceController, desiredProperties As VideoEncodingProperties) As VideoStreamConfiguration

Parameters

controller
VideoDeviceController

The video device controller.

desiredProperties
VideoEncodingProperties

The encoding properties.

Returns

An object representing the optimal video stream configuration for video stabilization.

Applies to


Feedback

Was this page helpful?