| Package | org.openvideoplayer.components.ui.debug |
| Class | public class DebugPanelView |
| Inheritance | DebugPanelView flash.display.Sprite |
| Property | Defined By | ||
|---|---|---|---|
| bandwidthPanel : TextField [read-only]
| DebugPanelView | ||
| bufferPanel : TextField [read-only]
| DebugPanelView | ||
| streamPanel : TextField [read-only]
| DebugPanelView | ||
| Method | Defined By | ||
|---|---|---|---|
DebugPanelView(width:Number, height:Number) | DebugPanelView | ||
log(value:String):void | DebugPanelView | ||
resize(e:Event = null):void | DebugPanelView | ||
| bandwidthPanel | property |
bandwidthPanel:TextField [read-only]
public function get bandwidthPanel():TextField| bufferPanel | property |
bufferPanel:TextField [read-only]
public function get bufferPanel():TextField| streamPanel | property |
streamPanel:TextField [read-only]
public function get streamPanel():TextField| DebugPanelView | () | Constructor |
public function DebugPanelView(width:Number, height:Number)Parameters
width:Number | |
height:Number |
| log | () | method |
public function log(value:String):void
Parameters
value:String |
| resize | () | method |
public function resize(e:Event = null):void
Parameters
e:Event (default = null) |