class flash.media.AVStream extends EventDispatcher

Available on flash

Class Fields

static var HARDWARE:String

static var SOFTWARE:String

static var UNDEFINED:String

Instance Fields

function new(source:AVSource):Void

function dispose():Void

function fastForward(rate:Float):AVResult

function pause():AVResult

function play():AVResult

function resume():Bool

function rewind(rate:Float):AVResult

function seek(offset:Float, ?inBufferSeek:Bool):AVResult

function seekToLocalTime(periodIndex:Int, time:Float):AVResult

function setPlaySpeed(speed:Float, reserved:Float):Void

function step(frames:Int):AVResult