BB FlashBack SDK: FBPlayer

CreateMarkersList

Description

Creates a list of markers in the movie. You can then use GetMarkersCountInList and GetMarkersInfoFromList to find the names and IDs of markers in the movie.

Syntax

[C#/C++]
public void CreateMarkersList ();

[VB.NET]
Public Sub CreateMarkersList ()

Remarks

Using CreateMarkersList to create a markers list and GetMarkersCountInList and GetMarkerInfoFromList to get marker info instead of MarkersCount and GetMarkerID/Text has performance benefits when the movie contains a large number of markers.

The markers list should be freed up with FreeMarkersList after use.

See Also

FBPlayer::GetMarkersCountInList  FBPlayer::GetMarkerInfoFromList  FBPlayer::FreeMarkersList