4.0
Table Of Contents
- Table of Contents
- Introduction
- DoStudio Authoring basics
- Authoring workflow
- The DoStudio Authoring workspace
- Working with projects
- Audio/video segments
- Subtitles
- Playlists
- Blu-ray Disc titles
- Importing menu graphics in Mosaic
- Menu element properties
- Using actions
- Assigning and removing actions
- Menu block animation actions
- Button association actions
- Display menu actions
- Display button actions
- Title playback actions
- Blu-ray only actions
- Subtitle actions
- Primary audio/video actions
- Secondary audio/video actions
- Sound effect actions
- System actions
- Intellidisc actions
- Animation actions
- Advanced authoring
- BD Touch and second screen media
- HDMV authoring
- DoStudio 3D Authoring Module
- BDJO Module
- Compiling, burning, and formatting your disc
- Appendices
- Index
Command Description
Mul (Source) * (Destination) Destination
Multiplication
Div (Destination) / (Source) Destination
Division
Mod (Destination) % (Source) Destination
Modulus
Rnd Random(Source) (Destination)
Generates a random number between 1 and (Source).
And (Source) & (Destination) Destination
Bitwise AND
Or (Source) | (Destination) Destination
Bitwise OR
Xor (Source) ^ (Destination) Destination
Bitwise Exclusive OR
Bit Set 1 <bit number = Source> of Destination
Sets the specified bit of the Destination to 1.
Bit Clear 0 <bit number = Source> of Destination
Sets the specified bit of the Destination to 0.
Shift Left (Destination) Shifted by <count = Source> Destination
Moves the Destination left by the specified number of bits.
Shift Right (Destination) Shifted by <count = Source> Destination
Moves the Destination right by the specified number of bits
SetStream Sets the current primary audio, PG TextST, Angle, and Interactive Graphics
streams to be presented.
SetNVTimer Sets the initial time (0-300 seconds) and starts the timer. When the timer
reaches 0, a jump operation to the specified movie object is executed.
SetButtonPage Set selected button ID and/or set page ID.
EnableButton Sets the specified button to its normal state, if currently disabled. Commonly
used to specify the topmost button in a Button Overlap Group (BOG). If the
specified button is in the same Button Overlap Group as the current button,
then commands after the EnableButton command continue to be executed.
DisableButton Disables the specified button. If the specified button is the current button, then
commands after the DisableButton command continue to be executed. If no
new button has been selected before the end of the command sequence, the
page's default selected button is selected.
148CHAPTER 14










