View of /trunk/ModularRex/RexNetwork/IClientMediaURL.cs
Parent Directory
|
Revision Log
Revision 89 -
(download)
(annotate)
Thu Mar 5 13:15:49 2009 UTC (4 years, 2 months ago) by mikkopa
File size: 480 byte(s)
Thu Mar 5 13:15:49 2009 UTC (4 years, 2 months ago) by mikkopa
File size: 480 byte(s)
* Refactored client interfaces. * Modified how modules identify clients
using OpenMetaverse;
namespace ModularRex.RexNetwork
{
public delegate void ReceiveRexMediaURL(IClientMediaURL remoteClient, UUID agentID, UUID itemID, string mediaURL, byte refreshRate);
/// <summary>
/// This client supports Rex style MediaURLs
/// </summary>
public interface IClientMediaURL
{
event ReceiveRexMediaURL OnReceiveRexMediaURL;
void SendMediaURL(UUID assetId, string mediaURL, byte refreshRate);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

