|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.IsTagAvailable (
nPlayer as Integer,
nTagType as enumTagTypes
) as Integer
|
|
[C++]
BOOL control.IsTagAvailable (
short nPlayer,
short nTagType
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| ||||||||||||||||||
|
nTagType
|
The type of Tag whose presence we need to check.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
0
|
The requested Tag is not available inside the loaded sound
|
|
>= 1
|
The requested Tag is available inside the loaded sound and this return value gives the number of found strings.
|