File: Capabilities.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 (39 lines) | stat: -rw-r--r-- 1,927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
package flash.system;

extern class Capabilities {
	static var _internal(default,null) : UInt;
	static var avHardwareDisable(default,null) : Bool;
	@:require(flash10_1) static var cpuArchitecture(default,null) : String;
	static var hasAccessibility(default,null) : Bool;
	static var hasAudio(default,null) : Bool;
	static var hasAudioEncoder(default,null) : Bool;
	static var hasEmbeddedVideo(default,null) : Bool;
	static var hasIME(default,null) : Bool;
	static var hasMP3(default,null) : Bool;
	static var hasPrinting(default,null) : Bool;
	static var hasScreenBroadcast(default,null) : Bool;
	static var hasScreenPlayback(default,null) : Bool;
	static var hasStreamingAudio(default,null) : Bool;
	static var hasStreamingVideo(default,null) : Bool;
	static var hasTLS(default,null) : Bool;
	static var hasVideoEncoder(default,null) : Bool;
	static var isDebugger(default,null) : Bool;
	@:require(flash10) static var isEmbeddedInAcrobat(default,null) : Bool;
	static var language(default,null) : String;
	static var localFileReadDisable(default,null) : Bool;
	static var manufacturer(default,null) : String;
	@:require(flash10) static var maxLevelIDC(default,null) : String;
	static var os(default,null) : String;
	static var pixelAspectRatio(default,null) : Float;
	static var playerType(default,null) : String;
	static var screenColor(default,null) : String;
	static var screenDPI(default,null) : Float;
	static var screenResolutionX(default,null) : Float;
	static var screenResolutionY(default,null) : Float;
	static var serverString(default,null) : String;
	@:require(flash10_1) static var supports32BitProcesses(default,null) : Bool;
	@:require(flash10_1) static var supports64BitProcesses(default,null) : Bool;
	@:require(flash10_1) static var touchscreenType(default,null) : TouchscreenType;
	static var version(default,null) : String;
	@:require(flash11) static function hasMultiChannelAudio(type : String) : Bool;
}