LNXSDK/Kha/Tools/linux_arm64/std/flash/net/NetStreamAppendBytesAction.hx

9 lines
196 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.net;
extern class NetStreamAppendBytesAction {
function new() : Void;
static final END_SEQUENCE : String;
static final RESET_BEGIN : String;
static final RESET_SEEK : String;
}