*BeginVideoDefaults()
Indicates the beginning of the video preferences block.
Syntax
*BeginVideoDefaults()
Application
MediaView
Context
*BeginDefaults()
Example
*BeginDefaults()
• • •
    *BeginVideoDefaults()
	  *SetBorderColor(12)
 	  *SetFrameColor(12)
	   • • •
	  *SetCurveDefaults(1, 3, 1, 0, 0)
	  *SetAnimBubbleColor(6)
    *EndVideoDefaults()
• • •
*EndDefaults()Comments
The statements following *BeginVideoDefaults() specify preferences for the video mode.
Every *BeginVideoDefaults() statement requires a closing *EndVideoDefaults() statement.