Share via


MediaStreamSourceClosedEventArgs クラス

定義

MediaStreamSource.Closed イベントのデータを提供します。

public ref class MediaStreamSourceClosedEventArgs 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 MediaStreamSourceClosedEventArgs 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 MediaStreamSourceClosedEventArgs
Public NotInheritable Class MediaStreamSourceClosedEventArgs
継承
Object Platform::Object IInspectable MediaStreamSourceClosedEventArgs
属性

Windows の要件

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

注釈

このオブジェクトは直接インスタンス化されず、 MediaStreamSource.Closed イベントによって作成されます。

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

プロパティ

Request

MediaStreamSource が閉じられたという通知を表す オブジェクトを取得します。

適用対象

こちらもご覧ください