*EndVideoDefaults()

Indicates the end of the video defaults block.

Syntax

*EndVideoDefaults()

Application

MediaView

Context

*BeginVideoDefaults()

Example

• • •
*BeginVideoDefaults()
	*SetBorderColor(12)
 	*SetFrameColor(12)
	• • •
	*SetCurveDefaults(1, 3, 1, 0, 0)
	*SetAnimBubbleColor(6)
*EndVideoDefaults()
• • •

Comments

The *EndVideoDefaults() statement terminates the video defaults block.

The *BeginVideoDefaults() statement requires a closing *EndVideoDefaults() statement.