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) |
|
Arguments |
Name |
Description |
|
ID |
The internal ID, not the index, of the video or image which this measure applies to. |
Example |
*BeginVideo() • • • *Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure") *VideoID(3) … *EndVideoMeasure() • • • *EndVideo |
|
Application |
MediaView |
|
Context |
||
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. |
|
See also |
|
|