Copyright © 2001-2019 MultiMedia Soft

MIDI.TrackTagsItemGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

After completing the enumeration, started through the MIDI.TrackTagsEnum method, of meta tag strings detected inside the given track of the loaded MIDI stream, allows retrieving a specific meta tag string.

 

For further details about the use of MIDI protocol see the MIDI object section and the How to deal with MIDI protocol tutorial.

 

 

Syntax

 

[Visual Basic]

control.MIDI.TrackTagsItemGet (

nPlayer as Integer,

nItemIndex as Integer

) as BSTR


 

[C++]

BSTR control.MIDI.TrackTagsItemGet (

short nPlayer,

short nItemIndex

);


\

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

nItemIndex

Number representing the zero-based index of the string.

 

 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred (see the LastError property for further error details)

Valid string

String containing the requested meta tag string