|
CdRippingEncodePercentage event |
![]() ![]()
|
Remarks
Notifies the advancement status, expressed in percentage, of the track encoding performed during the current CD ripping session.
Syntax
[Visual Basic] Public Event CdRippingEncodePercentage As CdRippingPercEventHandler |
[C#] public event CdRippingPercEventHandler CdRippingEncodePercentage; |
[C++] public: __event CdRippingPercEventHandler CdRippingEncodePercentage; |
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 encoded. |
nCdRippingPercentage |
Number representing the CD track encoding advancement percentage |