*Precision() - MediaView

Determines how the numeric portion of the measure annotation should be displayed.

Syntax

*Precision (num)

Application

MediaView

Inputs

num
The number of digits of precision.

Context

*MasterMeasure()

*Measure()

Example

*BeginVideo()
	• • •
	*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
		*Precision(fixed)
		…
	*EndVideoMeasure()
	• • •
*EndVideo