mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Added experimental SendParcelMediaCommand and SendParcelMediaUpdate to IClientAPI. These methods have not been tested, but feel free to start wiring them to llParcelMediaCommandList.
This commit is contained in:
23
OpenSim/Framework/ParcelMediaCommandEnum.cs
Normal file
23
OpenSim/Framework/ParcelMediaCommandEnum.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public enum ParcelMediaCommandEnum
|
||||
{
|
||||
Stop = 0,
|
||||
Pause = 1,
|
||||
Play = 2,
|
||||
Loop = 3,
|
||||
Texture = 4,
|
||||
Url = 5,
|
||||
Time = 6,
|
||||
Agent = 7,
|
||||
Unload = 8,
|
||||
AutoAlign = 9,
|
||||
Type = 10,
|
||||
Size = 11,
|
||||
Desc = 12
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user