Annotation of /trunk/ModularRex/RexNetwork/IClientMediaURL.cs
Parent Directory
|
Revision Log
Revision 89 - (view) (download)
| 1 : | mikkopa | 62 | using OpenMetaverse; |
| 2 : | |||
| 3 : | namespace ModularRex.RexNetwork | ||
| 4 : | { | ||
| 5 : | mikkopa | 89 | public delegate void ReceiveRexMediaURL(IClientMediaURL remoteClient, UUID agentID, UUID itemID, string mediaURL, byte refreshRate); |
| 6 : | |||
| 7 : | mikkopa | 62 | /// <summary> |
| 8 : | /// This client supports Rex style MediaURLs | ||
| 9 : | /// </summary> | ||
| 10 : | public interface IClientMediaURL | ||
| 11 : | { | ||
| 12 : | event ReceiveRexMediaURL OnReceiveRexMediaURL; | ||
| 13 : | void SendMediaURL(UUID assetId, string mediaURL, byte refreshRate); | ||
| 14 : | } | ||
| 15 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

