GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
AlbumAsset
Album
Asset
data
class
AlbumAsset
(
val
device
:
IDevice
,
val
type
:
MediaType
,
val
path
:
String
,
val
timestamp
:
Double
?
=
null
,
var
cameraId
:
Int
?
=
null
)
相册资源
Parameters
device
设备
type
媒体类型
path
媒体路径
timestamp
媒体时间戳
camera
Id
媒体对应的摄像头id,多摄像头设备时使用
Members
Constructors
Album
Asset
Link copied to clipboard
constructor
(
device
:
IDevice
,
type
:
MediaType
,
path
:
String
,
timestamp
:
Double
?
=
null
,
cameraId
:
Int
?
=
null
)
Properties
camera
Id
Link copied to clipboard
var
cameraId
:
Int
?
媒体对应的摄像头id,多摄像头设备分开截图时使用
device
Link copied to clipboard
val
device
:
IDevice
设备
path
Link copied to clipboard
val
path
:
String
媒体保存路径
solution
Link copied to clipboard
val
solution
:
Solution
timestamp
Link copied to clipboard
val
timestamp
:
Double
?
=
null
媒体时间戳
type
Link copied to clipboard
val
type
:
MediaType
媒体类型