VideoStreamConfiguration クラス

定義

ビデオ ストリームの VideoEncodingProperties の入力と出力のセットを表します

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
継承
Object Platform::Object IInspectable VideoStreamConfiguration
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

これは、入力用と出力用の 2 つの VideoEncodingProperties のバンドルを 1 つのビデオ ストリーム構成を表すヘルパー クラスです。 VideoStabilizationEffect.GetRecommendedStreamConfiguration を呼び出して、このクラスのインスタンスを取得します。

プロパティ

InputProperties

ビデオ ストリームの入力構成を表す VideoEncodingProperties オブジェクトを取得します。

OutputProperties

ビデオ ストリーム出力構成を表す VideoEncodingProperties オブジェクトを取得します。

適用対象