次の方法で共有


InitializeMediaStreamSourceRequestedEventArgs クラス

定義

InitializeMediaStreamSourceRequested イベントのデータを提供します。

public ref class InitializeMediaStreamSourceRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class InitializeMediaStreamSourceRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class InitializeMediaStreamSourceRequestedEventArgs
Public NotInheritable Class InitializeMediaStreamSourceRequestedEventArgs
継承
Object Platform::Object IInspectable InitializeMediaStreamSourceRequestedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

InitializeMediaStreamSourceRequested イベントのハンドラーを登録して、このクラスのインスタンスを取得します。

プロパティ

RandomAccessStream

メディア ストリーム ソース要求に関連付けられている IRandomAccessStream を取得します。

Source

アプリ サービスが初期化し、要求元のアプリにサンプルを提供するために使用する初期化されていない MediaStreamSource オブジェクトを取得します。

メソッド

GetDeferral()

要求の処理を続行する前に、アプリ サービスがメディア ソース ストリームの初期化を完了するまで待機するようにシステムに指示する Deferral オブジェクトを取得します。

適用対象

こちらもご覧ください