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