Copyright © 2005-2019 MultiMedia Soft

GetLoadedSoundFile method

Previous pageReturn to chapter overviewNext page

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]

Public Function GetLoadedSoundFile (

nPlayerIndex as Int16

) as String


 

[C#]

public string GetLoadedSoundFile (

Int16 nPlayerIndex

);


 

[C++]

public: string GetLoadedSoundFile (

Int16 nPlayerIndex

);


 

 

Parameter

Description

 

 

nPlayerIndex

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