MediaPlaybackSessionBufferingStartedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供MediaPlaybackSession之BufferingStarted事件的資料。
public ref class MediaPlaybackSessionBufferingStartedEventArgs 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 MediaPlaybackSessionBufferingStartedEventArgs 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 MediaPlaybackSessionBufferingStartedEventArgs
Public NotInheritable Class MediaPlaybackSessionBufferingStartedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
備註
為了維持回溯相容性, BufferingStarted 委派簽章會接收事件引數作為泛型物件。 若要取得這個類別的實例,請使用 as operator 關鍵字 (C#) 或 dynamic_cast (C++) 將 args 參數轉換成 MediaPlaybackSessionBufferingStartedEventArgs。
屬性
IsPlaybackInterruption |
取得值,指出觸發事件的緩衝是否由系統預期,例如當新專案開始播放時,或在使用者搜尋媒體專案中的新位置之後,或是在非預期的中斷時,例如當緩衝因網路連線降低所造成。 |