staticfinalread onlyHARDWARE:String
staticfinalread onlySOFTWARE:String
staticfinalread onlyUNDEFINED:String
new(source:AVSource)
@:flash.propertyread onlybackBufferLength:Float
@:flash.propertywrite onlybackBufferTime:Float
@:flash.propertyread onlybufferLength:Float
@:flash.propertywrite onlybufferTime:Float
@:flash.propertywrite onlycaptionStyle:AVCaptionStyle
@:flash.propertycaptionsEnabled:Bool
@:flash.propertyread onlyclientLivePoint:Float
@:flash.propertyread onlycurrentFPS:Float
@:flash.propertyread onlydecoderType:String
@:flash.propertyread onlydroppedFrames:Int
@:flash.propertyread onlyframeTime:Float
@:flash.propertywrite onlyinitialBufferTime:Float
@:flash.propertyread onlyplayState:AVPlayState
@:flash.propertyread onlyrenderType:String
@:flash.propertyread onlytime:Float
@:flash.propertyuseHardwareDecoder:Bool
@:flash.propertyvolume:Float
dispose():Void
fastForward(rate:Float):AVResult
pause():AVResult
play():AVResult
resume():Bool
rewind(rate:Float):AVResult
@:value({ inBufferSeek : true })seek(offset:Float, inBufferSeek:Bool = true):AVResult
@:value({ inBufferSeek : true })seekToKeyFrame(offset:Float, inBufferSeek:Bool = true):AVResult
seekToLivePoint():AVResult
seekToLocalTime(periodIndex:Int, time:Float):AVResult
setPlaySpeed(speed:Float, reserved:Float):Void
step(frames:Int):AVResult
@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool