Open GoPro SDK
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Open GoPro SDK
Open GoPro SDK
/
com.gopro.open_gopro.operations
/
SingleMediaListItem
Single
Media
List
Item
@
Serializable
data
class
SingleMediaListItem
(
val
filename
:
String
,
val
creationTime
:
Int
,
val
modifiedTime
:
Int
,
val
fileSize
:
Int
,
val
lowResVideoSize
:
Int
?
=
null
,
val
lowResFileSize
:
Int
?
=
null
,
val
sessionId
:
String
?
=
null
,
val
isRaw
:
Boolean
?
=
null
)
:
MediaListItem
Members
Constructors
Single
Media
List
Item
Link copied to clipboard
constructor
(
filename
:
String
,
creationTime
:
Int
,
modifiedTime
:
Int
,
fileSize
:
Int
,
lowResVideoSize
:
Int
?
=
null
,
lowResFileSize
:
Int
?
=
null
,
sessionId
:
String
?
=
null
,
isRaw
:
Boolean
?
=
null
)
Properties
creation
Time
Link copied to clipboard
@
SerialName
(
value
=
"cre"
)
open
override
val
creationTime
:
Int
filename
Link copied to clipboard
@
SerialName
(
value
=
"n"
)
open
override
val
filename
:
String
file
Size
Link copied to clipboard
@
SerialName
(
value
=
"s"
)
open
override
val
fileSize
:
Int
is
Raw
Link copied to clipboard
@
Serializable
(
with
=
StringAsBooleanSerializer::class
)
@
SerialName
(
value
=
"raw"
)
open
override
val
isRaw
:
Boolean
?
=
null
low
Res
File
Size
Link copied to clipboard
@
SerialName
(
value
=
"ls"
)
open
override
val
lowResFileSize
:
Int
?
=
null
low
Res
Video
Size
Link copied to clipboard
@
SerialName
(
value
=
"glrv"
)
open
override
val
lowResVideoSize
:
Int
?
=
null
modified
Time
Link copied to clipboard
@
SerialName
(
value
=
"mod"
)
open
override
val
modifiedTime
:
Int
session
Id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
sessionId
:
String
?
=
null