MediaPlaybackAudioTrackList.GetMany(UInt32, AudioTrack[]) Method

Definition

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

public:
 virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <AudioTrack ^> ^ items) = IVectorView<AudioTrack ^>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <AudioTrack const&> & items);
public uint GetMany(uint startIndex, AudioTrack[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As AudioTrack()) As UInteger

Parameters

startIndex
UInt32

unsigned int

uint32_t

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

items
AudioTrack[]

The audio tracks that start at startIndex in the list.

Returns

UInt32

unsigned int

uint32_t

The number of audio tracks retrieved.

Implements

M:Windows.Foundation.Collections.IVectorView1.GetMany(System.UInt32,0[]) M:Windows.Foundation.Collections.IVectorView1.GetMany(unsigned int,0[]) M:Windows.Foundation.Collections.IVectorView1.GetMany(uint32_t,0[])

Applies to