Copyright © 2005-2023 MultiMedia Soft

CdCoverURLsAvailableEx event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the Internet URLs of the CD cover's pictures have been obtained.

 

See the How to get a CD cover picture tutorial for further details.

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

 

 

Syntax

 

[Visual Basic]

Public Event CdCoverURLsAvailableEx As CdPlayerExEventHandler


 

[C#]

public event CdPlayerExEventHandler CdCoverURLsAvailableEx;


 

[C++]

public: __event CdPlayerExEventHandler CdCoverURLsAvailableEx;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nCdDriveIndex

Number representing the zero-based index of the CD drive that fired the event. The total number of available CD drives can be obtained using the GetCdDrivesCount method.

nResult

The result of the CD cover retrieval attempt.

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

enumErrorCodes.ERR_NOERROR (0)

The operation was successful.