LNXSDK/Kha/Tools/windows_x64/std/flash/net/drm/DRMDeviceGroup.hx

15 lines
531 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
package flash.net.drm;
extern final class DRMDeviceGroup {
@:flash.property var authenticationMethod(get,never) : String;
@:flash.property var domain(get,never) : String;
@:flash.property var name(get,set) : String;
@:flash.property var serverURL(get,never) : String;
function new() : Void;
private function get_authenticationMethod() : String;
private function get_domain() : String;
private function get_name() : String;
private function get_serverURL() : String;
private function set_name(value : String) : String;
}