ll.GetParcelMusicURL() : string
Gets the streaming audio URL for the parcel object is on. The object owner, avatar or group, must also be the land owner.
ll.GetParcelMusicURL()
{
"def": "func",
"desc": "Gets the streaming audio URL for the parcel object is on.\nThe object owner, avatar or group, must also be the land owner.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlGetParcelMusicURL",
"name": "GetParcelMusicURL",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"string"
],
"optional": false
}
],
"args": []
}
]
}