Remarks
Obtains the absolute pathname of the sound file or the URL of the Internet stream currently loaded into the given player.
Syntax
[Visual Basic]
control.GetLoadedSoundFile (
nPlayer as Integer
) as String
|
|
[C++]
LPCTSTR control.GetLoadedSoundFile (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
|
Return value
Value
|
Meaning
|
|
|
Empty string
|
An error occurred (see the LastError property for further error details)
|
Valid string
|
String containing the absolute pathname
|
|