Uses of Interface
com.wowza.wms.sharedobject.ISharedObjectSlot
- 
Packages that use ISharedObjectSlot Package Description com.wowza.wms.sharedobject 
- 
- 
Uses of ISharedObjectSlot in com.wowza.wms.sharedobjectMethods in com.wowza.wms.sharedobject that return ISharedObjectSlot Modifier and Type Method Description ISharedObjectSlotISharedObject. getSlot(String name)Get ISharedObjectSlot interface to a slot (property) by nameISharedObjectSlotSharedObject. getSlot(String name)Methods in com.wowza.wms.sharedobject that return types with arguments of type ISharedObjectSlot Modifier and Type Method Description java.util.List<ISharedObjectSlot>ISharedObject. getSlots()Get a list of active slotsjava.util.List<ISharedObjectSlot>SharedObject. getSlots()Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjectSlot Modifier and Type Method Description voidSharedObject. notifySlotDelete(ISharedObjectSlot slot)voidSharedObject. notifySlotSetValue(ISharedObjectSlot slot)voidISharedObjectSlotNotify. onSlotDelete(ISharedObject sharedObject, ISharedObjectSlot slot)Triggered when sharedObject slot value deletedvoidISharedObjectSlotNotify. onSlotSetValue(ISharedObject sharedObject, ISharedObjectSlot slot)Triggered when sharedObject slot value setvoidISharedObject. putSlot(String name, ISharedObjectSlot slot)Add a new slot (property) to a shared object.voidSharedObject. putSlot(String name, ISharedObjectSlot slot)
 
-