Available on flash
staticread onlyHARDWARE:String
staticread onlySOFTWARE:String
staticread onlyUNDEFINED:String
new(source:AVSource)
read onlybackBufferLength:Float
write onlybackBufferTime:Float
read onlybufferLength:Float
write onlybufferTime:Float
write onlycaptionStyle:AVCaptionStyle
captionsEnabled:Bool
read onlyclientLivePoint:Float
read onlycurrentFPS:Float
read onlydecoderType:String
read onlydroppedFrames:Int
read onlyframeTime:Float
write onlyinitialBufferTime:Float
read onlyplayState:AVPlayState
read onlyrenderType:String
read onlytime:Float
useHardwareDecoder:Bool
volume: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(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool