MediaBreakSeekedOverEventArgs クラス

定義

MediaBreakManager.BreaksSeekedOver イベントのデータを提供します。これは、ユーザーが 1 つ以上の保留中のメディア中断を過ぎてメディア再生位置をシークしたときに発生します。

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

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

MediaBreakManager.BreaksSeekedOver イベントを処理して、このクラスのインスタンスを取得します。

プロパティ

NewPosition

シーク操作が完了した後、 MediaPlaybackItem 内の新しい現在位置を取得します。

OldPosition

シーク操作が開始される前の MediaPlaybackItem 内の前の位置を取得します。

SeekedOverBreaks

シークされた MediaBreak オブジェクトの一覧を取得します。つまり、シーク操作の OldPositionNewPosition の間で再生するようにスケジュールされています。

適用対象