VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface ISound
Properties
|
Methods
Package
asgard.media
Interface
public interface ISound extends
IConfigurable
,
Identifiable
,
IHashable
,
Lockable
,
ILogable
Implementors
CoreSound
This interface defines all interfaces who implements the core sound objects in ASGard.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined by
id
: *
Indicates the id value of this object.
Identifiable
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
getLogger
():
ILogger
Returns the internal
ILogger
reference of this
ILogable
object.
ILogable
hashCode
():uint
Returns a hash code value for the object.
IHashable
isLocked
():Boolean
Returns
true
if the object is locked.
Lockable
lock
():void
Locks the object.
Lockable
setLogger
(log:
ILogger
= null):void
Sets the internal
ILogger
reference of this
ILogable
object.
ILogable
setup
():void
Setup the IConfigurable object.
IConfigurable
unlock
():void
Unlocks the object.
Lockable