|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetMp3Tag1Field (
nPlayer as Integer,
iField as enumTag1Fields
) as String
|
|
[C++]
LPCTSTR control.GetMp3Tag1Field (
short nPlayer,
short iField
);
|
|
Parameter
|
Description
| |||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
| |||||||||||||||||||||||||||
|
iField
|
Number representing the zero-based index of the field that must be retrieved.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The information was not available or an error occurred (see the LastError property for further error details)
|
|
Valid string
|
The content of the requested tag field
|