| Package | com.addicted2flash.util |
| Interface | public interface IPerformanceObservable extends IMicroObservable, IDisposable |
| Implementors | PerformanceObservable |
| Property | Defined by | ||
|---|---|---|---|
| bytes : int [read-only]
return amount of memory (in bytes) currently in use by Flash Player.
| IPerformanceObservable | ||
| fps : int [read-only]
return frames per second.
| IPerformanceObservable | ||
![]() | isAvailable : Boolean
Returns true if the value is available.
| IMicroObservable | |
| kiloBytes : int [read-only]
return amount of memory (in kilo bytes) currently in use by Flash Player.
| IPerformanceObservable | ||
| megaBytes : Number [read-only]
return amount of memory (in mega bytes) currently in use by Flash Player.
| IPerformanceObservable | ||
![]() | microObserverAmount : int
Returns the number of observers of this
IMicroObservable. | IMicroObservable | |
![]() | value : *
Returns the value of this
IMicroObserver. | IMicroObservable | |
| bytes | property |
bytes:int [read-only]return amount of memory (in bytes) currently in use by Flash Player.
Implementation public function get bytes():int
| fps | property |
fps:int [read-only]return frames per second.
Implementation public function get fps():int
| kiloBytes | property |
kiloBytes:int [read-only]return amount of memory (in kilo bytes) currently in use by Flash Player.
Implementation public function get kiloBytes():int
| megaBytes | property |
megaBytes:Number [read-only]return amount of memory (in mega bytes) currently in use by Flash Player.
Implementation public function get megaBytes():Number