*VideoID()
Connects the given measure with one of the valid videos or images via the internal ID number of the image or video.
Syntax
*VideoID (ID)
Application
MediaView
Inputs
- ID
- The internal ID, not the index, of the video or image which this measure applies to.
Context
*MasterMeasure()
*Measure()
Example
*BeginVideo()
• • •
*Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")
*VideoID(3)
…
*EndVideoMeasure()
• • •
*EndVideo
Comments
This attribute connects the given measure with one of the valid videos or images via the internal ID number of the image or video. These IDs can be found in the *LoadVideo() and *LoadImage() statements.