AVSegmentedSource

AVSegmentedSource

package flash-media

extends AVSourceEventDispatcher

Available on flash

Constructor

new ()

Variables

write only cookieHeader:String

write only masterUpdateInterval:Int

networkingParams:AVNetworkingParams

write only useRedirectedUrl:Bool

Methods

addCustomHeader (headerName:String, args:Vector<String>):Void

clearPauseAtPeriodEnd (periodIndex:Int):AVResult

getABRProfileCount (periodIndex:Int):Int

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

getBackgroundPeriodInfo (periodIndex:Int):AVPeriodInfo

getBackgroundTimeline ():AVTimeline

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

getPerceivedBandwidth ():UInt

getPeriodInfo (periodIndex:Int):AVPeriodInfo

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

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

getTimeline ():AVTimeline

getTimelineSubscribedTag (tagDataIndex:Int):AVTagData

getTimelineSubscribedTagForBackgroundManifest (tagDataIndex:Int):AVTagData

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

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

insertByLocalTime (periodIndex:Int, insertionTime:Float, handle:Int, userData:Int = 0, replaceDuration:Float = 0):AVInsertionResult

insertByVirtualTime (insertionTime:Float, handle:Int, userData:Int = 0, replaceDuration:Float = 0):AVInsertionResult

load (url:String, ?containerType:String, userData:Int = 0):AVResult

loadManifest (uri:String, userData:Int = 0, ?containerType:String):AVResult

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

releaseManifest (handle:Int):AVResult

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

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

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

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

setABRParameters (params:AVABRParameters):AVResult

setBandwidth (bitsPerSecond:Int):AVResult

setCuePointTags (tagArray:Array<Dynamic>):AVResult

setHoldAt (time:Float):AVResult

setPauseAtPeriodEnd (periodIndex:Int, userData:Int = 0):AVResult

setSubscribedTags (tagArray:Array<Dynamic>):AVResult

setSubscribedTagsForBackgroundManifest (tagArray:Array<Dynamic>):AVResult

Static variables

static read only AUDIO:String

static read only AUDIO_DESCRIPTION:String

static read only AUDIO_LANGUAGE:String

static read only AUDIO_PID:String

static read only DASH:String

static read only DATA:String

static read only DATA_DESCRIPTION:String

static read only HLS:String

static read only VIDEO:String

static read only VIDEO_DESCRIPTION:String

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/media/AVSegmentedSource.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部