Static variables

staticfinalread onlyAUDIO:String

staticfinalread onlyAUDIO_DESCRIPTION:String

staticfinalread onlyAUDIO_LANGUAGE:String

staticfinalread onlyAUDIO_PID:String

staticfinalread onlyDASH:String

staticfinalread onlyDATA:String

staticfinalread onlyDATA_DESCRIPTION:String

staticfinalread onlyHLS:String

staticfinalread onlyVIDEO:String

staticfinalread onlyVIDEO_DESCRIPTION:String

Constructor

new()

Variables

@:flash.propertywrite onlycookieHeader:String

@:flash.propertywrite onlymasterUpdateInterval:Int

@:flash.propertywrite onlyuseRedirectedUrl:Bool

Methods

getABRProfileInfoAtIndex(periodIndex:Int, abrProfileIndex:Int):AVABRProfileInfo

getCuePoint(periodIndex:Int, cuePointIndex:Int):AVCuePoint

getSubscribedTag(periodIndex:Int, tagDataIndex:Int):AVTagData

getTrackCount(periodIndex:Int, payloadType:String):Int

getTrackInfo(periodIndex:Int, payloadType:String, trackIndex:Int):AVTrackInfo

@:value({ replaceDuration : 0, userData : 0 })insertByLocalTime(periodIndex:Int, insertionTime:Float, handle:Int, userData:Int = 0, replaceDuration:Float = 0):AVInsertionResult

@:value({ replaceDuration : 0, userData : 0 })insertByVirtualTime(insertionTime:Float, handle:Int, userData:Int = 0, replaceDuration:Float = 0):AVInsertionResult

@:value({ userData : 0 })load(url:String, ?containerType:String, userData:Int = 0):AVResult

@:value({ userData : 0 })loadManifest(uri:String, userData:Int = 0, ?containerType:String):AVResult

loadWithBackgroundManifest(url:String, containerType:String, userData:Int, backgroundManifest:String):AVResult

removeByLocalTime(periodIndex:Int, timeStart:Float, timeEnd:Float, replaceWithMainMedia:Bool):AVResult

removeByVirtualTime(virtualTimeStart:Float, virtualTimeEnd:Float):AVResult

removeByVirtualTimeWithReplacement(virtualTimeStart:Float, virtualTimeEnd:Float, replaceWithMainMedia:Bool):AVResult

selectTrack(periodIndex:Int, payloadType:String, trackIndex:Int):AVResult

selectTrackString(periodIndex:Int, payloadType:String, trackString:String):AVResult

setBandwidth(bitsPerSecond:Int):AVResult

@:value({ userData : 0 })setPauseAtPeriodEnd(periodIndex:Int, userData:Int = 0):AVResult

Inherited Variables

Inherited Methods

Defined by AVSource

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void