VideoStreamConfiguration Class

Definition

Represents a set of input and output VideoEncodingProperties for a video stream

public ref class VideoStreamConfiguration sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoStreamConfiguration final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoStreamConfiguration
Public NotInheritable Class VideoStreamConfiguration
Inheritance
Object Platform::Object IInspectable VideoStreamConfiguration
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

This is a helper class that enables the bundling of two VideoEncodingProperties, one for input and one for output, to represent a single video stream configuration. Get an instance of this class by calling VideoStabilizationEffect.GetRecommendedStreamConfiguration.

Properties

InputProperties

Gets a VideoEncodingProperties object representing an video stream input configuration.

OutputProperties

Gets a VideoEncodingProperties object representing an video stream output configuration.

Applies to