W3cubDocs

/Haxe Flash

AVStream

package flash.media

extends EventDispatcher

Available on flash

Constructor

new (source:AVSource)

Variables

read only backBufferLength:Float

write only backBufferTime:Float

read only bufferLength:Float

write only bufferTime:Float

write only captionStyle:AVCaptionStyle

captionsEnabled:Bool

read only clientLivePoint:Float

read only currentFPS:Float

read only decoderType:String

read only droppedFrames:Int

read only frameTime:Float

write only initialBufferTime:Float

read only playState:AVPlayState

read only renderType:String

read only time:Float

useHardwareDecoder:Bool

volume:Float

Methods

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

Static variables

static read only HARDWARE:String

static read only SOFTWARE:String

static read only UNDEFINED:String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/media/AVStream.html