toggle menu
opensdk
androidJvm
switch theme
search in API
opensdk
/
com.alicloud.databox.opensdk.scope
/
AliyunpanVideoScope
/
UpdateVideoRecord
Update
Video
Record
class
UpdateVideoRecord
(
driveId
:
String
,
fileId
:
String
,
playCursor
:
String
,
duration
:
String
?
=
null
)
:
AliyunpanScope
更新播放进度
Members
Constructors
Update
Video
Record
Link copied to clipboard
constructor
(
driveId
:
String
,
fileId
:
String
,
playCursor
:
String
,
duration
:
String
?
=
null
)
Functions
get
Api
Link copied to clipboard
open
override
fun
getApi
(
)
:
String
get
Http
Method
Link copied to clipboard
open
override
fun
getHttpMethod
(
)
:
String
get
Request
Link copied to clipboard
open
override
fun
getRequest
(
)
:
Map
<
String
,
Any
?
>