MediaStreamSourceSwitchStreamsRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MediaStreamSource.SwitchStreamsRequest イベントがアプリケーションに情報を提供するために使用するオブジェクトを表します。
public ref class MediaStreamSourceSwitchStreamsRequest 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 MediaStreamSourceSwitchStreamsRequest 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 MediaStreamSourceSwitchStreamsRequest
Public NotInheritable Class MediaStreamSourceSwitchStreamsRequest
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
UWP アプリでメディア ストリーム ソースを使用する例については、 MediaStreamSource サンプル を参照してください。
プロパティ
NewStreamDescriptor |
MediaStreamSource によって選択されたストリームのストリーム記述子を取得します。 |
OldStreamDescriptor |
MediaStreamSource によって選択されなくなったストリームのストリーム記述子を取得します。 |
メソッド
GetDeferral() |