Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 683 Bytes

mediaplaybackaudiotracklist_getmany_1748039312.md

File metadata and controls

29 lines (20 loc) · 683 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlaybackAudioTrackList.GetMany(System.UInt32,Windows.Media.Core.AudioTrack[])
winrt method

Windows.Media.Playback.MediaPlaybackAudioTrackList.GetMany

-description

Retrieves the audio tracks that start at the specified index in the list.

-parameters

-param startIndex

The zero-based index of the start of the audio tracks in the list.

-param items

The audio tracks that start at startIndex in the list.

-returns

The number of audio tracks retrieved.

-remarks

-examples

-see-also