ClipResolvedEventArgs class

Provides data for the ClipResolved event.

Syntax

var clipResolvedEventArgs = Windows.Media.Playlists.ClipResolvedEventArgs.clipResolved();
public sealed class ClipResolvedEventArgs
Public NotInheritable Class ClipResolvedEventArgs
public ref class ClipResolvedEventArgs sealed 

Attributes

[DualApiPartition()]

[MarshalingBehavior(Agile)]

[Threading(Both)]

[Version]

Members

The ClipResolvedEventArgs class has these types of members:

  • Properties

Properties

The ClipResolvedEventArgs class has these properties.

Property Access type Description

Clip

Read-only TBD

 

Remarks

Get an instance of this class by implementing a handler for the ClipResolved event.

Requirements

Minimum supported client

Windows 10 Insider Preview [Windows Store apps, desktop apps]

Minimum supported server

Windows Server Technical Preview [Windows Store apps, desktop apps]

Minimum supported phone

Windows 10 Mobile Insider Preview

Namespace

Windows.Media.Playlists Windows::Media::Playlists [C++]

Metadata

Windows.winmd

See also

Object

ClipResolved