class flash.media.AVStream extends EventDispatcher
Available on flash
static var HARDWARE:String
static var SOFTWARE:String
static var UNDEFINED:String
var backBufferLength:Float
var backBufferTime:Float
var bufferLength:Float
var bufferTime:Float
var captionStyle:AVCaptionStyle
var captionsEnabled:Bool
var currentFPS:Float
var decoderType:String
var droppedFrames:Int
var frameTime:Float
var initialBufferTime:Float
var playState:AVPlayState
var renderType:String
var time:Float
var useHardwareDecoder:Bool
var volume:Float
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 seekToLivePoint():AVResult
function seekToLocalTime(periodIndex:Int, time:Float):AVResult
function setPlaySpeed(speed:Float, reserved:Float):Void
function step(frames:Int):AVResult