Share via


PlaylistMediaSource.CurrentClip | currentClip property

Gets the currently playing media clip.

Syntax

var currentClip = playlistMediaSource.currentClip;
public PlayableMediaClip CurrentClip { get; }
Public ReadOnly Property CurrentClip As PlayableMediaClip
public:
property PlayableMediaClip^ CurrentClip { 
   PlayableMediaClip^ get();
}

Property value

Type: PlayableMediaClip

The currently playing media clip.

Requirements

Minimum supported client

Windows 10 Insider Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Mobile Insider Preview

Namespace

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

Metadata

Windows.winmd

See also

PlaylistMediaSource