BB FlashBack SDK: FBSounds

Resynchronise

Description

Adjusts the duration of a sound. The sound is not clipped, but resampled to the new length.

Syntax

[C#/C++]
public Bool Resynchronise (long index, long newlength);

[VB.NET]
Public Function Resynchronise (ByVal index As Integer, ByVal newlength As Integer) As Boolean

Parameters

index (in) - index of the sound to resample.

newlength (in) - new duration of the sound.

Return Values

Returns zero if unsuccessful, non-zero if successful.

See Also

FBSounds::ResynchroniseByID