Remarks
Verifies if the loaded sound (usually from an Internet stream) contains Shoutcast information
Syntax
[Visual Basic]
Public Function IsShoutcast (
nPlayerIndex as Int16
) as Boolean
|
|
[C#]
public bool IsShoutcast (
Int16 nPlayerIndex
);
|
|
[C++]
public: bool IsShoutcast (
Int16 nPlayerIndex
);
|
|
Parameter
|
Description
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
Return value
Value
|
Meaning
|
|
|
false
|
The loaded song doesn't contain Shoutcast information
|
true
|
The loaded song contains Shoutcast information
|
|