Difference between revisions of "LlParcelMediaQuery"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions={{LSL DefineRow||[[llParcelMediaCommandList]]|}}
|also_tests
|also_tests
|also_events
|also_events
|also_articles
|also_articles
|notes
|notes
|permission
|inventory
|negative_index
|cat1=Media
|cat1=Media
|cat2=Video
|cat2=Video

Revision as of 23:56, 22 February 2007

Summary

Function: list llParcelMediaQuery( list query );

Returns a list containing results of query. The results are in the same order as the request.

• list query

Constant Return Description
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.
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)

Caveats

  • This function causes the script to sleep for 2.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llParcelMediaCommandList

Deep Notes

Search JIRA for related Issues

Signature

function list llParcelMediaQuery( list query );