Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 768 Bytes

mediaplaybacktimedmetadatatracklist_indexof_875488717.md

File metadata and controls

29 lines (20 loc) · 768 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlaybackTimedMetadataTrackList.IndexOf(Windows.Media.Core.TimedMetadataTrack,System.UInt32@)
winrt method

Windows.Media.Playback.MediaPlaybackTimedMetadataTrackList.IndexOf

-description

Retrieves the index of a specified timed metadata track in the list.

-parameters

-param value

The timed metadata track to find in the vector view.

-param index

If the timed metadata track is found, this is the zero-based index of the audio track; otherwise, this parameter is 0.

-returns

True if the timed metadata track is found; otherwise, false.

-remarks

-examples

-see-also