|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.DelayedPlayback.ItemSetFadeTime (
nFileUniqueID as Long,
nFadeInLength as Long,
nFadeOutLength as Long
) as enumErrorCodes
|
|
[C++]
long control.DelayedPlayback.ItemSetFadeTime (
long nFileUniqueID,
long nFadeInLength,
long nFadeOutLength
);
|
|
Parameter
|
Description
|
|
|
|
|
nFileUniqueID
|
Number representing the unique identifier of the file as returned by the DelayedPlayback,ListAddItem method
|
|
nFadeInLength
|
The fade-in time length expressed in milliseconds
|
|
nFadeOutLength
|
The fade-out time length expressed in milliseconds
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The call was successful.
|