UNPKG
yimultiscreenserver-sdk-web-migration
Version:
latest (0.5.8-fix)
0.5.8
0.5.8-fix
0.5.6
YiMultiScreenServer SDK for Web
yimultiscreenserver-sdk-web-migration
/
build
/
vo
/
report
/
CastSlot.d.ts
10 lines
•
289 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
CastType
}
from
"../cast/CastType"
;
export
declare
class
CastSlot
{
castType
:
CastType
;
used
:
number
;
max
:
number
;
constructor
(
type
:
CastType
,
used
:
number
,
max
:
number
);
equals
(
o
:
any
):
boolean
;
toString
():
string
; }
//# sourceMappingURL=CastSlot.d.ts.map