forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Tools/linux_arm64/std/flash/media/VideoCodec.hx
Normal file
8
Kha/Tools/linux_arm64/std/flash/media/VideoCodec.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package flash.media;
|
||||
|
||||
extern class VideoCodec {
|
||||
function new() : Void;
|
||||
static final H264AVC : String;
|
||||
static final SORENSON : String;
|
||||
static final VP6 : String;
|
||||
}
|
Reference in New Issue
Block a user