BB FlashBack SDK: FBRecorder

InsertMarker

Description

Inserts a marker with a specified name into the movie being recorded. If the method is called one minute after recording starts, the marker is inserted at the one minute point in the movie.
 

Syntax

[C#/C++]
public void InsertMarker (String sMarkerName, long* pID)

[VB.NET]
Public Sub InsertMarker (ByVal sMarkerName As String, ByRef pID As Integer)

Parameters

sMarkerName : the name to be given to the marker.

pID : if successful, this points to the new marker when function returns.
 

Return Value

None.
 

Remarks

This can only be used when recording is in progress.
 

See Also

FBRecorder::InsertSoundToFBRAtMarker