*EndVideoMeasure()

Denotes the end of a *Measure() or *MasterMeasure() block.

Syntax

*EndVideoMeasure()

Application

MediaView

Context

*BeginVideo()

Example

*BeginVideo()
	• • •
	*Measure("head to wheel")
		…
	*EndVideoMeasure()
	• • •
*EndVideo

Comments

Denotes the end of a *Measure() or *MasterMeasure() block.