Inheritance diagram for IITConvertOperationStatus:
Public Member Functions | |
Methods | |
HRESULT | GetConversionStatus ([out] BSTR *trackName,[out] long *progressValue,[out] long *maxProgressValue) |
Returns status about the track currently being converted. | |
HRESULT | StopConversion () |
Stops the current conversion operation. | |
Properties | |
HRESULT | TrackName ([out, retval] BSTR *trackName) |
Returns the name of the track currently being converted. | |
HRESULT | ProgressValue ([out, retval] long *progressValue) |
Returns the conversion progress value for the track currently being converted. | |
HRESULT | MaxProgressValue ([out, retval] long *maxProgressValue) |
Returns the maximum conversion progress value for the track currently being converted. |
|
Returns status about the track currently being converted. This method is not usable from scripting clients, since it returns multiple output parameters. Scripting clients must use the IITConvertOperationStatus::TrackName(), IITConvertOperationStatus::ProgressValue(), and IITConvertOperationStatus::MaxProgressValue() properties instead.
|
|
Returns the maximum conversion progress value for the track currently being converted.
|
|
Returns the conversion progress value for the track currently being converted.
|
|
Stops the current conversion operation.
|
|
Returns the name of the track currently being converted.
|