Difference between revisions of "LlGetParcelMusicURL"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
|mode=pre-release|func_sleep=0.1|func_energy=10.0
|mode=pre-release|func_sleep=0.1|func_energy=10.0
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|return_text=containing the parcel music stream URL.
|return_text=containing the parcel [[Streaming Music|streaming audio]] URL.
|return_type=string
|return_type=string
|func_desc|spec|caveats|examples|helpers|related|also
|func_desc|spec|caveats|examples|helpers|related|also
Line 8: Line 8:
|history=
|history=
*Suggested: {{Jira|SCR-31}}
*Suggested: {{Jira|SCR-31}}
*Server release notes for 11.12.03.246118  on the main channel indicate that this function was added.  Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.|}}
*Server release notes for 11.12.03.246118  on the main channel indicate that this function was added.  Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.
|cat1=Parcel
|cat2=Sound
|cat3=Media}}

Revision as of 21:11, 20 December 2011

Emblem-important-red.png Pre-release Documentation Warning!

This function is not available yet. This documentation was written prior to its final release so it may not match the final implementation.

Summary

Function: string llGetParcelMusicURL( );

Returns a string containing the parcel streaming audio URL.

Caveats

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

Examples

Deep Notes

  • With this function, music display boards can learn the URL that the parcel is tuned to.

History

  • Suggested: SCR-31
  • Server release notes for 11.12.03.246118 on the main channel indicate that this function was added. Testing on the main release on 19-Dec-2011 has this function compiling without error but the output is empty.

Search JIRA for related Issues

Signature

function string llGetParcelMusicURL();