Packageasgard.media
Interfacepublic interface ISound extends IConfigurable, Identifiable, IHashable, Lockable, ILogable
ImplementorsCoreSound

This interface defines all interfaces who implements the core sound objects in ASGard.



Public Properties
 PropertyDefined by
 Inheritedid : *
Indicates the id value of this object.
Identifiable
Public Methods
 MethodDefined by
 Inherited
Returns the internal ILogger reference of this ILogable object.
ILogable
 Inherited
hashCode():uint
Returns a hash code value for the object.
IHashable
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Lockable
 Inherited
lock():void
Locks the object.
Lockable
 Inherited
setLogger(log:ILogger = null):void
Sets the internal ILogger reference of this ILogable object.
ILogable
 Inherited
setup():void
Setup the IConfigurable object.
IConfigurable
 Inherited
unlock():void
Unlocks the object.
Lockable