Difference between revisions of "PARCEL MEDIA COMMAND LOOP SET"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL Constant |name=PARCEL_MEDIA_COMMAND_LOOP_SET |type=integer |value=13 |desc=Use this to get or set the parcel's media loop duration. |examples |constants={{!}}{{LSL Constants/Parcel M...)
 
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=13
|value=13
|desc=Use this to get or set the parcel's media loop duration.
|desc=Use this to get or set the parcel's media loop duration. It may not be functional. See {{Jira|VWR-19712}} for detail.
|examples
|examples
|constants={{!}}{{LSL Constants/Parcel Media|all}}
|constants={{!}}{{LSL Constants/Parcel Media|all}}
Line 10: Line 10:
{{LSL DefineRow||[[llParcelMediaCommandList]]|}}
{{LSL DefineRow||[[llParcelMediaCommandList]]|}}
|events
|events
|cat1=Video
|cat1=Video/Parcel Media Commands
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Latest revision as of 22:54, 4 June 2010

Description

Constant: integer PARCEL_MEDIA_COMMAND_LOOP_SET = 13;

The integer constant PARCEL_MEDIA_COMMAND_LOOP_SET has the value 13

Use this to get or set the parcel's media loop duration. It may not be functional. See VWR-19712 for detail.

Related Articles

Constants

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 Used 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 in (floating point) seconds.
7 PARCEL_MEDIA_COMMAND_AGENT key uuid Applies the media command to the specified agent only.
8 PARCEL_MEDIA_COMMAND_UNLOAD Used to unload the movie and restores the original texture.
9 PARCEL_MEDIA_COMMAND_AUTO_ALIGN integer boolean Used to set the parcel option 'Auto scale content'.
10 PARCEL_MEDIA_COMMAND_TYPE string mime_type Used to get or set the parcel media MIME type (e.g. "text/html"). (1.19.1 RC0 or later)
11 PARCEL_MEDIA_COMMAND_SIZE integer x, integer y Used to get or set the parcel media pixel resolution. (1.19.1 RC0 or later)
12 PARCEL_MEDIA_COMMAND_DESC string desc Used to get or set the parcel media description. (1.19.1 RC0 or later)
13 PARCEL_MEDIA_COMMAND_LOOP_SET float loop Used to get or set the parcel's media loop duration. (1.19.1 RC0 or later)

Functions

•  llParcelMediaQuery
•  llParcelMediaCommandList

Deep Notes

Search JIRA for related Issues

Signature

integer PARCEL_MEDIA_COMMAND_LOOP_SET = 13;