Constructor

@:value({ player : null, autoPlay : false, loop : true, materialHeight : 256, materialWidth : 256 })new(source:String, materialWidth:Int = 256, materialHeight:Int = 256, loop:Bool = true, autoPlay:Bool = false, ?player:IVideoPlayer)

Variables

Methods

update():Void

Draws the video and updates the bitmap texture If autoUpdate is false and this function is not called the bitmap texture will not update!

Inherited Variables

Defined by BitmapTexture

bitmapData:BitmapData

Defined by TextureProxyBase

read onlyassetType:String

read onlyformat:Context3DTextureFormat

read onlyhasMipMaps:Bool

height:Int

width:Int

Defined by NamedAssetBase

read onlyassetFullPath:Array<Dynamic>

read onlyassetNamespace:String

id:String

name:String

read onlyoriginalName:String

Inherited Methods

Defined by TextureProxyBase

getTextureForStage3D(stage3DProxy:Stage3DProxy):TextureBase

Defined by NamedAssetBase

assetPathEquals(name:String, ns:String):Bool

@:value({ overrideOriginal : true, ns : null })resetAssetPath(name:String, ?ns:String, overrideOriginal:Bool = true):Void