File: Capabilities.hx

package info (click to toggle)
haxe 1%3A4.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,520 kB
  • sloc: ml: 137,268; ansic: 2,491; makefile: 456; java: 386; cs: 336; cpp: 318; python: 318; sh: 75; objc: 64; php: 50; xml: 31; javascript: 11
file content (75 lines) | stat: -rw-r--r-- 4,364 bytes parent folder | download | duplicates (4)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
package flash.system;

extern class Capabilities {
	@:flash.property static var _internal(get,never) : UInt;
	@:flash.property static var avHardwareDisable(get,never) : Bool;
	@:flash.property static var cpuAddressSize(get,never) : Float;
	@:flash.property @:require(flash10_1) static var cpuArchitecture(get,never) : String;
	@:flash.property static var hasAccessibility(get,never) : Bool;
	@:flash.property static var hasAudio(get,never) : Bool;
	@:flash.property static var hasAudioEncoder(get,never) : Bool;
	@:flash.property static var hasEmbeddedVideo(get,never) : Bool;
	@:flash.property static var hasIME(get,never) : Bool;
	@:flash.property static var hasMP3(get,never) : Bool;
	@:flash.property static var hasPrinting(get,never) : Bool;
	@:flash.property static var hasScreenBroadcast(get,never) : Bool;
	@:flash.property static var hasScreenPlayback(get,never) : Bool;
	@:flash.property static var hasStreamingAudio(get,never) : Bool;
	@:flash.property static var hasStreamingVideo(get,never) : Bool;
	@:flash.property static var hasTLS(get,never) : Bool;
	@:flash.property static var hasVideoEncoder(get,never) : Bool;
	@:flash.property static var isDebugger(get,never) : Bool;
	@:flash.property @:require(flash10) static var isEmbeddedInAcrobat(get,never) : Bool;
	@:flash.property static var language(get,never) : String;
	@:flash.property static var localFileReadDisable(get,never) : Bool;
	@:flash.property static var manufacturer(get,never) : String;
	@:flash.property @:require(flash10) static var maxLevelIDC(get,never) : String;
	@:flash.property static var os(get,never) : String;
	@:flash.property static var pixelAspectRatio(get,never) : Float;
	@:flash.property static var playerType(get,never) : String;
	@:flash.property static var screenColor(get,never) : String;
	@:flash.property static var screenDPI(get,never) : Float;
	@:flash.property static var screenResolutionX(get,never) : Float;
	@:flash.property static var screenResolutionY(get,never) : Float;
	@:flash.property static var serverString(get,never) : String;
	@:flash.property @:require(flash10_1) static var supports32BitProcesses(get,never) : Bool;
	@:flash.property @:require(flash10_1) static var supports64BitProcesses(get,never) : Bool;
	@:flash.property @:require(flash10_1) static var touchscreenType(get,never) : TouchscreenType;
	@:flash.property static var version(get,never) : String;
	private static function get__internal() : UInt;
	private static function get_avHardwareDisable() : Bool;
	private static function get_cpuAddressSize() : Float;
	private static function get_cpuArchitecture() : String;
	private static function get_hasAccessibility() : Bool;
	private static function get_hasAudio() : Bool;
	private static function get_hasAudioEncoder() : Bool;
	private static function get_hasEmbeddedVideo() : Bool;
	private static function get_hasIME() : Bool;
	private static function get_hasMP3() : Bool;
	private static function get_hasPrinting() : Bool;
	private static function get_hasScreenBroadcast() : Bool;
	private static function get_hasScreenPlayback() : Bool;
	private static function get_hasStreamingAudio() : Bool;
	private static function get_hasStreamingVideo() : Bool;
	private static function get_hasTLS() : Bool;
	private static function get_hasVideoEncoder() : Bool;
	private static function get_isDebugger() : Bool;
	private static function get_isEmbeddedInAcrobat() : Bool;
	private static function get_language() : String;
	private static function get_localFileReadDisable() : Bool;
	private static function get_manufacturer() : String;
	private static function get_maxLevelIDC() : String;
	private static function get_os() : String;
	private static function get_pixelAspectRatio() : Float;
	private static function get_playerType() : String;
	private static function get_screenColor() : String;
	private static function get_screenDPI() : Float;
	private static function get_screenResolutionX() : Float;
	private static function get_screenResolutionY() : Float;
	private static function get_serverString() : String;
	private static function get_supports32BitProcesses() : Bool;
	private static function get_supports64BitProcesses() : Bool;
	private static function get_touchscreenType() : TouchscreenType;
	private static function get_version() : String;
	@:require(flash11) static function hasMultiChannelAudio(type : String) : Bool;
}