Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

_IITConvertOperationStatusEvents Interface Reference

List of all members.

Detailed Description

Defines the outgoing event interface of the IITConvertOperationStatus interface.

Note:
This interface is available in iTunes 4.6 and later (iTunes type library 1.1 and later).


Public Member Functions

HRESULT OnConvertOperationStatusChangedEvent ([in] BSTR trackName,[in] long progressValue,[in] long maxProgressValue)
 The ITConvertOperationStatusChanged event is fired when status about the conversion changes.
HRESULT OnConvertOperationCompleteEvent ()
 The ITConvertOperationComplete event is fired when the conversion operation has completed. The operation is completed after all tracks have been converted, or when the conversion is canceled.


Member Function Documentation

HRESULT _IITConvertOperationStatusEvents::OnConvertOperationCompleteEvent  ) 
 

The ITConvertOperationComplete event is fired when the conversion operation has completed. The operation is completed after all tracks have been converted, or when the conversion is canceled.

Note:
This event is available in iTunes 4.8 and later (iTunes type library 1.3 and later).

HRESULT _IITConvertOperationStatusEvents::OnConvertOperationStatusChangedEvent [in] BSTR  trackName,
[in] long  progressValue,
[in] long  maxProgressValue
 

The ITConvertOperationStatusChanged event is fired when status about the conversion changes.

Parameters:
trackName The name of the track currently being converted. May be NULL if no track is currently being converted.
progressValue The conversion progress value for the track currently being converted. This number will always be in the range 0 through maxProgressValue.
maxProgressValue The maximum conversion progress value for the track currently being converted. The conversion of the current track is complete when progressValue reaches maxProgressValue. Note that maxProgressValue will be different for each track being converted.


Generated on Fri Mar 13 12:50:54 2009 for iTunes 8.1.0.52
©2004-2007 Apple Computer, Inc.