Difference between revisions of "LlGetParcelMusicURL"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{LSL_Function|func_id=
{{LSL_Function|func_id=
|mode=pre-release|func_sleep=0.1|func_energy=10.0
|mode=pre-release|func_sleep|func_energy
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|func=llGetParcelMusicURL|sort=GetParcelMusicURL
|return_text=containing the parcel [[Streaming Music|streaming audio]] URL.
|return_text=containing the parcel [[Streaming Music|streaming audio]] URL.

Revision as of 21:13, 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.

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();