Uses of Interface
com.wowza.wms.sharedobject.ISharedObjectSlot
Packages that use ISharedObjectSlot
-
Uses of ISharedObjectSlot in com.wowza.wms.sharedobject
Methods in com.wowza.wms.sharedobject that return ISharedObjectSlotModifier and TypeMethodDescriptionGet ISharedObjectSlot interface to a slot (property) by nameMethods in com.wowza.wms.sharedobject that return types with arguments of type ISharedObjectSlotModifier and TypeMethodDescriptionISharedObject.getSlots()
Get a list of active slotsSharedObject.getSlots()
Methods in com.wowza.wms.sharedobject with parameters of type ISharedObjectSlotModifier and TypeMethodDescriptionvoid
SharedObject.notifySlotDelete
(ISharedObjectSlot slot) void
SharedObject.notifySlotSetValue
(ISharedObjectSlot slot) void
ISharedObjectSlotNotify.onSlotDelete
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value deletedvoid
ISharedObjectSlotNotify.onSlotSetValue
(ISharedObject sharedObject, ISharedObjectSlot slot) Triggered when sharedObject slot value setvoid
ISharedObject.putSlot
(String name, ISharedObjectSlot slot) Add a new slot (property) to a shared object.void
SharedObject.putSlot
(String name, ISharedObjectSlot slot)