BB FlashBack SDK: FBSounds

ResynchroniseByID

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 id, long newlength);

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

Parameters

id (in) - ID 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::Resynchronise  FBSounds::GetID