Packageorg.vostokframework.domain.loading.states.fileloader.algorithms.events
Classpublic class FileLoadingAlgorithmMediaEvent
InheritanceFileLoadingAlgorithmMediaEvent Inheritance flash.events.Event

description



Public Properties
 PropertyDefined By
  cuePointData : Object
FileLoadingAlgorithmMediaEvent
  metadata : Object
FileLoadingAlgorithmMediaEvent
  netStatusInfo : Object
FileLoadingAlgorithmMediaEvent
Public Methods
 MethodDefined By
  
description
FileLoadingAlgorithmMediaEvent
  
clone():Event
[override]
FileLoadingAlgorithmMediaEvent
Public Constants
 ConstantDefined By
  BUFFER_COMPLETE : String = VostokFramework.FileLoadingAlgorithmMediaEvent.BUFFER_COMPLETE
[static]
FileLoadingAlgorithmMediaEvent
  CUE_POINT : String = VostokFramework.FileLoadingAlgorithmMediaEvent.CUE_POINT
[static]
FileLoadingAlgorithmMediaEvent
  META_DATA : String = VostokFramework.FileLoadingAlgorithmMediaEvent.META_DATA
[static]
FileLoadingAlgorithmMediaEvent
  NET_STATUS : String = VostokFramework.FileLoadingAlgorithmMediaEvent.NET_STATUS
[static]
FileLoadingAlgorithmMediaEvent
Property Detail
cuePointDataproperty
cuePointData:Object


Implementation
    public function get cuePointData():Object
    public function set cuePointData(value:Object):void
metadataproperty 
metadata:Object


Implementation
    public function get metadata():Object
    public function set metadata(value:Object):void
netStatusInfoproperty 
netStatusInfo:Object


Implementation
    public function get netStatusInfo():Object
    public function set netStatusInfo(value:Object):void
Constructor Detail
FileLoadingAlgorithmMediaEvent()Constructor
public function FileLoadingAlgorithmMediaEvent(type:String)

description

Parameters
type:String
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
BUFFER_COMPLETEConstant
public static const BUFFER_COMPLETE:String = VostokFramework.FileLoadingAlgorithmMediaEvent.BUFFER_COMPLETE

CUE_POINTConstant 
public static const CUE_POINT:String = VostokFramework.FileLoadingAlgorithmMediaEvent.CUE_POINT

META_DATAConstant 
public static const META_DATA:String = VostokFramework.FileLoadingAlgorithmMediaEvent.META_DATA

NET_STATUSConstant 
public static const NET_STATUS:String = VostokFramework.FileLoadingAlgorithmMediaEvent.NET_STATUS