Copyright © 2001-2019 MultiMedia Soft

DownloaderSessionInvalidFile event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the end of a successful downloading session, generated by a previous call to the Downloader.SessionStartToPlayer.method, when the player is unable to load the downloaded media file due to the fact that the format of the file itself is not supported.

 

For details about management of download sessions from HTTP and FTP servers, refer to the How to manage download sessions tutorial.

 

 

Syntax

 

[Visual Basic]

DownloaderSessionInvalidFile (

ByVal nDllSessionUniqueId as Long

)


 

[C++]

void DownloaderSessionInvalidFile (

long nDllSessionUniqueId

);


 

 

Parameter

Description

 

 

nDllSessionUniqueId

Unique identifier of the downloading session generated by a previous call to the Downloader.SessionStartToPlayer.method.