|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function CdRippingSetRange (
nStartPosition as Int32,
nEndPosition as Int32,
nScaleUnits as enumScaleUnits
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes CdRippingSetRange (
Int32 nStartPosition,
Int32 nEndPosition,
enumScaleUnits nScaleUnits
);
|
|
[C++]
public: enumErrorCodes CdRippingSetRange (
Int32 nStartPosition,
Int32 nEndPosition,
enumScaleUnits nScaleUnits
);
|
|
Parameter
|
Description
| ||||||||||||||||||
|
|
| ||||||||||||||||||
|
nStartPosition
|
Number representing the position where the CD track's ripping will begin; it's effective value depends upon the value of the nScaleUnits parameter.
| ||||||||||||||||||
|
nEndPosition
|
Number representing the position where the CD track's ripping will end; it's effective value depends upon the value of the nScaleUnits parameter.
| ||||||||||||||||||
|
nScaleUnits
|
The unit used to define the nStartPosition and nEndPosition parameters.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|