LNXSDK/Kha/Tools/macos/std/flash/media/VideoCodec.hx

9 lines
167 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.media;
extern class VideoCodec {
function new() : Void;
static final H264AVC : String;
static final SORENSON : String;
static final VP6 : String;
}