|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event CdRippingStopped As CdRippingStoppedEventHandler
|
|
[C#]
public event CdRippingStoppedEventHandler CdRippingStopped;
|
|
[C++]
public: __event CdRippingStoppedEventHandler CdRippingStopped;
|
|
CdRippingStoppedEventArgs members
|
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 ripped.
| ||||||
|
bCompleted
|
Boolean value that specifies if the CD ripping session was completed or interrupted before completion.
Supported values are the following:
|