MediaBreakEndedEventArgs Class

Definition

Provides data for the MediaBreakManager.BreakEnded event, which occurs when the playback of a MediaBreak has ended.

public ref class MediaBreakEndedEventArgs 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 MediaBreakEndedEventArgs 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 MediaBreakEndedEventArgs
Public NotInheritable Class MediaBreakEndedEventArgs
Inheritance
Object Platform::Object IInspectable MediaBreakEndedEventArgs
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Get an instance of this class by handling the MediaBreakManager.BreakEnded event.

Properties

MediaBreak

Gets the MediaBreak for which playback has ended.

Applies to