BB FlashBack SDK: FBExportToMP4Params

CalculateCuePoints

Description

When set to True, data describing any 'cue points' in the movie is written into the FBExportToMP4Params::CuePoints property in XML format.

Cue Points are places in the movie where it pauses to wait for user input, such as a 'click to continue' textbox or button. It can be useful to have this information in XML format, to be able to implement interactivity in video playback software. For example, the XML can be passed in a parameter to JW Player and processed by a custom plugin to implement interactivity in MP4 movies played back in a web browser.

See the help for the CuePoints property for information on the format used.

This property defaults to False.

Syntax

[C#/C++]
public bool CalculateCuePoints;

[VB.NET]
Public Property CalculateCuePoints As Boolean

 

See Also

FBExportToMP4Params::CuePoints