Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/media/VideoCodec.hx

9 lines
167 B
Haxe
Raw Permalink Normal View History

2026-05-21 20:15:16 -07:00
package flash.media;
extern class VideoCodec {
function new() : Void;
static final H264AVC : String;
static final SORENSON : String;
static final VP6 : String;
}