BB FlashBack SDK: FBPlayer

GetMarkersCountInList

Description

Gets the number of markers in a list previously created by CreateMarkersList.

Syntax

[C#/C++]
public void GetMarkersCountInList (long *count);

[VB.NET]
Public Sub GetMarkersCountInList (ByRef count As Integer)

Parameters

count (out) : the number of markers in the list.

Remarks

CreateMarkersList must be called before GetMarkersCountInList.

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

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.

See Also

FBPlayer::CreateMarkersList  FBPlayer::GetMarkerInfoFromList FBPlayer::FreeMarkersList