Copyright © 2001-2019 MultiMedia Soft

MediaFileDecoder.FileDurationGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the duration of the decoded media file.

 

For details about management of media files decoding, refer to the How to decode media files tutorial.

 

 

Syntax

 

[Visual Basic]

control.MediaFileDecoder.FileDurationGet (

nDuration as Long

) as enumErrorCodes


 

[C++]

short control.MediaFileDecoder.FileDurationGet (

long *nDuration

);


 

Parameter

Description

 

 

nDuration

Reference that, on return from the method call, will contain the duration in milliseconds of the decoded media file.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The method call successful.

Negative value

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