File: AuthorizedFeatures.hx

package info (click to toggle)
haxe 1%3A3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,464 kB
  • ctags: 9,612
  • sloc: ml: 83,200; ansic: 1,724; makefile: 473; java: 349; cs: 314; python: 250; sh: 43; cpp: 39; xml: 25
file content (12 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
package flash.system;

@:final @:require(flash11_3) extern class AuthorizedFeatures {
	function new() : Void;
	function createApplicationInstaller(strings : flash.xml.XML, icon : flash.utils.ByteArray) : ApplicationInstaller;
	function enableAVURLLoader(loader : flash.media.AVURLLoader) : Bool;
	function enableAVURLStream(stream : flash.media.AVURLStream) : Bool;
	@:require(flash11_4) function enableDiskCache(stream : flash.net.URLStream) : Bool;
	@:require(flash11_7) function enableHLSPlayback(stream : flash.media.AVStream) : Bool;
	@:require(flash11_4) function isFeatureEnabled(feature : String, ?data : String) : Bool;
	@:require(flash11_4) function isNegativeToken() : Bool;
}