BB FlashBack SDK: FBRecorder

InsertSoundToFBRAtMarker

Description

Adds a sound file to the movie at the specified marker.
 

Syntax

[C#/C++]
public Bool InsertSoundToFBRAtMarker (String sMovieName, String sSoundName, String sMarkerName);

[VB.NET]
Public Function InsertSoundToFBRAtMarker (ByVal sMovieName As String, ByVal sSoundName as String, ByVal sMarkerName As String) As Boolean

Parameters

sMovieName - file name of the movie to add the sound to.

sSoundName - file name of the sound to add to the movie.

sMarkerName - name of the marker at which to add the sound.
 

Return values

Returns True is successful, False if not.