Copyright © 2005-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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event DownloaderSessionInvalidFile As DownloaderEventHandler


 

[C#]

public event DownloaderEventHandler DownloaderSessionInvalidFile;


 

[C++]

public: __event DownloaderEventHandler DownloaderSessionInvalidFile;


 

 

Event Data

 

The event handler receives an argument of type DownloaderEventArgs having the following parameters:

 

Parameter

Description

 

 

nDllSessionUniqueId

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