9 lines
231 B
Haxe
9 lines
231 B
Haxe
package js.html;
|
|
|
|
/**
|
|
The msGraphicsTrust() constructor returns an object that provides properties for info on protected video playback.
|
|
**/
|
|
typedef IMSGraphicsTrust = {
|
|
final constrictionActive : Bool;
|
|
final status : String;
|
|
}; |