Template:LSL Constants/Parcel Media: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{{!}}{{Prettytable}} | {{{!}} class="sortable" {{Prettytable}} | ||
{{!}}-{{Hl2}} | {{!}}-{{Hl2}} | ||
! {{ | ! title="Value" {{!}} | ||
! Constant | ! Constant | ||
! {{{2|Parameter}}} | ! class="unsortable" {{!}} {{{2|Parameter}}} | ||
! Description | ! class="unsortable" {{!}} Description | ||
{{!}}- | {{!}}- | ||
{{#ifeq:{{{1|all}}}|query||{{!}}0 | {{#ifeq:{{{1|all}}}|query||{{!}}0 |
Revision as of 09:14, 22 July 2007
Constant | Parameter | Description | |
---|---|---|---|
0 | PARCEL_MEDIA_COMMAND_STOP | Stop the media stream and go back to the first frame. | |
1 | PARCEL_MEDIA_COMMAND_PAUSE | Pause the media stream (stop playing but stay on current frame). | |
2 | PARCEL_MEDIA_COMMAND_PLAY | Start the media stream playing from the current frame and stop when the end is reached. | |
3 | PARCEL_MEDIA_COMMAND_LOOP | Start the media stream playing from the current frame. When the end is reached, loop to the beginning and continue. | |
4 | PARCEL_MEDIA_COMMAND_TEXTURE | key uuid | Use this to get or set the parcel's media texture. |
5 | PARCEL_MEDIA_COMMAND_URL | string url | Used to get or set the parcel's media url. |
6 | PARCEL_MEDIA_COMMAND_TIME | float time | Move a media stream to a specific time. |
7 | PARCEL_MEDIA_COMMAND_AGENT | key uuid | Applies the media command to the specified agent only. |
8 | PARCEL_MEDIA_COMMAND_UNLOAD | Completely unloads the movie and restores the original texture. | |
9 | PARCEL_MEDIA_COMMAND_AUTO_ALIGN | Sets the parcel option 'Auto scale content'. |
Constant | Return | Description | |
---|---|---|---|
4 | PARCEL_MEDIA_COMMAND_TEXTURE | key uuid | Use this to get or set the parcel's media texture. |
5 | PARCEL_MEDIA_COMMAND_URL | string url | Used to get or set the parcel's media url. |
Constant | Parameter | Description | |
---|---|---|---|
0 | PARCEL_MEDIA_COMMAND_STOP | Stop the media stream and go back to the first frame. | |
1 | PARCEL_MEDIA_COMMAND_PAUSE | Pause the media stream (stop playing but stay on current frame). | |
2 | PARCEL_MEDIA_COMMAND_PLAY | Start the media stream playing from the current frame and stop when the end is reached. | |
3 | PARCEL_MEDIA_COMMAND_LOOP | Start the media stream playing from the current frame. When the end is reached, loop to the beginning and continue. | |
4 | PARCEL_MEDIA_COMMAND_TEXTURE | key uuid | Use this to get or set the parcel's media texture. |
5 | PARCEL_MEDIA_COMMAND_URL | string url | Used to get or set the parcel's media url. |
6 | PARCEL_MEDIA_COMMAND_TIME | float time | Move a media stream to a specific time. |
7 | PARCEL_MEDIA_COMMAND_AGENT | key uuid | Applies the media command to the specified agent only. |
8 | PARCEL_MEDIA_COMMAND_UNLOAD | Completely unloads the movie and restores the original texture. | |
9 | PARCEL_MEDIA_COMMAND_AUTO_ALIGN | Sets the parcel option 'Auto scale content'. |