Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/media/VideoCodec.hx
2026-05-21 20:15:16 -07:00

9 lines
167 B
Haxe

package flash.media;
extern class VideoCodec {
function new() : Void;
static final H264AVC : String;
static final SORENSON : String;
static final VP6 : String;
}