Update Files

This commit is contained in:
2025-01-22 16:18:30 +01:00
parent ed4603cf95
commit a36294b518
16718 changed files with 2960346 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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;
}