Difference between revisions of "PARCEL MEDIA COMMAND PAUSE"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|name=PARCEL_MEDIA_COMMAND_PAUSE | |name=PARCEL_MEDIA_COMMAND_PAUSE | ||
|type=integer | |type=integer | ||
|value= | |value=1 | ||
|desc=Pause the media stream (stop playing but stay on current frame). | |desc=Pause the media stream (stop playing but stay on current frame). | ||
|examples | |examples | ||
Line 9: | Line 9: | ||
{{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 16:32, 25 June 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_MEDIA_COMMAND_PAUSE = 1;The integer constant PARCEL_MEDIA_COMMAND_PAUSE has the value 1
Pause the media stream (stop playing but stay on current frame).
Caveats
Related Articles
Constants
|
Functions
• | llParcelMediaCommandList |