file : FlexTime/readme.txt



This describes how a player should use the FlexTime implementation 
in the Core. For further information on the FlexTime implementation, 
please refer to m6202bis.

In order to use the FlexTime implementation, a player should:
- extend its own MPEG4 nodes from the following nodes rather than 
  from the usual core nodes:
	- TemporalTransformImpFlex
	- TemporalGroupImpFlex
	- InlineImpPlayer : InlineImpPlayer should be derived from 
	  the InlineImpFlex class. This should include all 
	  customization of the core node implemetation. 

- extend the Presenter class from PresenterFlex, rather than directly 
  from PresenterBase.

- the presenter main rendering loop should include a call to 
  PresenterFlex::PresenterDrivenEvents()

- as a reminder: since core5.0 , Player should use the Scene-Graph-based 
timing model in which the time for a node can be modified by a parent 
TemporalTransform. Please refer to Zvi's notes: 
m6125: "FlexTime Implementation with Core 5.0"


