red5: how can i extend ISharedObject ?
- by ufk
Hiya.
Red5 uses ISharedObject interface to create shared objects and to operate them.
because ISharedObject is an interface I'm having issues extending it.
I would like to extend the getAttribute, setAttribute, get{Int/String/Map}Attribute so the values will be checked before entered or pulled out.
how is it possible to do so ?
thanks