@flashport/flashport
Version:
FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library
38 lines (37 loc) • 1.48 kB
TypeScript
export declare class Capabilities extends Object {
constructor();
static get isEmbeddedInAcrobat(): boolean;
static get hasEmbeddedVideo(): boolean;
static get hasAudio(): boolean;
static get avHardwareDisable(): boolean;
static get hasAccessibility(): boolean;
static get hasAudioEncoder(): boolean;
static get hasMP3(): boolean;
static get hasPrinting(): boolean;
static get hasScreenBroadcast(): boolean;
static get hasScreenPlayback(): boolean;
static get hasStreamingAudio(): boolean;
static get hasStreamingVideo(): boolean;
static get hasVideoEncoder(): boolean;
static get isDebugger(): boolean;
static get localFileReadDisable(): boolean;
static get language(): string;
static get manufacturer(): string;
static get os(): string;
static get cpuArchitecture(): string;
static get playerType(): string;
static get serverString(): string;
static get version(): string;
static get screenColor(): string;
static get pixelAspectRatio(): number;
static get screenDPI(): number;
static get screenResolutionX(): number;
static get screenResolutionY(): number;
static get touchscreenType(): string;
static get hasIME(): boolean;
static get hasTLS(): boolean;
static get maxLevelIDC(): string;
static get supports32BitProcesses(): boolean;
static get supports64BitProcesses(): boolean;
static hasMultiChannelAudio(param1: string): boolean;
}