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