VideoStreamConfiguration クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビデオ ストリームの 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
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
これは、入力用と出力用の 2 つの VideoEncodingProperties のバンドルを 1 つのビデオ ストリーム構成を表すヘルパー クラスです。 VideoStabilizationEffect.GetRecommendedStreamConfiguration を呼び出して、このクラスのインスタンスを取得します。
プロパティ
InputProperties |
ビデオ ストリームの入力構成を表す VideoEncodingProperties オブジェクトを取得します。 |
OutputProperties |
ビデオ ストリーム出力構成を表す VideoEncodingProperties オブジェクトを取得します。 |