InitializeMediaStreamSourceRequestedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 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
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
註冊 InitializeMediaStreamSourceRequested 事件的處理常式,以取得這個類別的實例。
屬性
RandomAccessStream |
取得與媒體資料流程來源要求相關聯的 IRandomAccessStream 。 |
Source |
取得應用程式服務應該初始化的未初始化 MediaStreamSource 物件,並使用 來提供要求應用程式的範例。 |
方法
GetDeferral() |
取得 Deferral 物件,指示系統在繼續處理要求之前,先等候 App Service 完成媒體來來源資料流初始化。 |