Copyright © 2001-2019 MultiMedia Soft

GetSoundFileDuration method

Previous pageReturn to chapter overviewNext page

Remarks

 

Returns the duration of the given sound file.

Accepted formats are the same of the LoadSound method.

 

Syntax

 

[Visual Basic]

control.GetSoundFileDuration (

strPathame as String

) as Long


 

[C++]

long control.GetSoundFileDuration (

LPCTSTR strPathame

);


 

 

Parameter

Description

 

 

strPathname

String containing the absolute pathname of the song file to check.

 

 

Return value

 

Value

Meaning

 

 

Value > 0

Duration expressed in milliseconds

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.