CdRippingTrackExtractPercentage event |
![]() ![]() ![]() |
Remarks
Notifies the advancement status, expressed in percentage, of the track extraction performed during the current CD ripping session; during this phase, the CD track is extracted into a memory buffer in order to allow the volume level normalization process.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
[Visual Basic] Public Event CdRippingTrackExtractPercentage As CdRippingPercEventHandler |
[C#] public event CdRippingPercEventHandler CdRippingTrackExtractPercentage; |
[C++] public: __event CdRippingPercEventHandler CdRippingTrackExtractPercentage; |
Event Data
The event handler receives an argument of type CdRippingPercEventArgs 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. |
nCdTrackIndex |
Number representing the one-based index of the CD audio track that is being extracted. |
nCdRippingPercentage |
Number representing the CD track extraction advancement percentage |