Packageorg.openvideoplayer.components.ui.debug
Classpublic class DebugPanelView
InheritanceDebugPanelView Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
  bandwidthPanel : TextField
[read-only]
DebugPanelView
  bufferPanel : TextField
[read-only]
DebugPanelView
  streamPanel : TextField
[read-only]
DebugPanelView
Public Methods
 MethodDefined By
  
DebugPanelView(width:Number, height:Number)
DebugPanelView
  
log(value:String):void
DebugPanelView
  
resize(e:Event = null):void
DebugPanelView
Property Detail
bandwidthPanelproperty
bandwidthPanel:TextField  [read-only]


Implementation
    public function get bandwidthPanel():TextField
bufferPanelproperty 
bufferPanel:TextField  [read-only]


Implementation
    public function get bufferPanel():TextField
streamPanelproperty 
streamPanel:TextField  [read-only]


Implementation
    public function get streamPanel():TextField
Constructor Detail
DebugPanelView()Constructor
public function DebugPanelView(width:Number, height:Number)

Parameters
width:Number
 
height:Number
Method Detail
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)