MediaStreamSourceSwitchStreamsRequest クラス

定義

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

Windows の要件

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

注釈

UWP アプリでメディア ストリーム ソースを使用する例については、 MediaStreamSource サンプル を参照してください。

プロパティ

NewStreamDescriptor

MediaStreamSource によって選択されたストリームのストリーム記述子を取得します。

OldStreamDescriptor

MediaStreamSource によって選択されなくなったストリームのストリーム記述子を取得します。

メソッド

GetDeferral()

MediaStreamSource.SwitchStreamsRequested イベントの完了を延期します。

適用対象

こちらもご覧ください