*MarkerEndpoints()
Specifies the marker endpoints.
Syntax
*MarkerEndpoints (p1, p2)
Application
MediaView
Inputs
- p1, p2
 - The IDs of the markers used as endpoints for a dynamic measure.
 
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*MarkerEndpoints(2,8)
		…
	*EndVideoMeasure()
	• • •
*EndVideo
      Comments
If a measure is *Type(2), dynamic, then it must have two valid IDs in this statement to function properly.