共用方式為


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 事件。

適用於

另請參閱