CdRippingEncodePercentage event |
|
Remarks
Notifies the advancement status, expressed in percentage, of the track encoding performed during the current CD ripping session.
Syntax
[Visual Basic] CdRippingEncodePercentage ( ByVal nCdDriveIndex as integer, ByVal nCdTrackIndex as integer, ByVal nPercentage as integer ) |
[C++] void CdRippingEncodePercentage ( short nCdDriveIndex, short nCdTrackIndex, short nPercentage ); |
Parameter |
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. |
nPercentage |
Number representing the CD track encoding advancement percentage |