yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.downloadInfo.model
/
DownloadInfoData
Download
Info
Data
@
Serializable
data
class
DownloadInfoData
(
val
codec
:
Codec
,
val
bitrateInKbps
:
Int
,
val
gain
:
Boolean
,
val
preview
:
Boolean
,
val
downloadInfoUrl
:
String
,
val
direct
:
Boolean
,
val
container
:
Container
?
=
null
)
Members
Constructors
Download
Info
Data
Link copied to clipboard
constructor
(
codec
:
Codec
,
bitrateInKbps
:
Int
,
gain
:
Boolean
,
preview
:
Boolean
,
downloadInfoUrl
:
String
,
direct
:
Boolean
,
container
:
Container
?
=
null
)
Properties
bitrate
In
Kbps
Link copied to clipboard
val
bitrateInKbps
:
Int
codec
Link copied to clipboard
val
codec
:
Codec
container
Link copied to clipboard
val
container
:
Container
?
direct
Link copied to clipboard
val
direct
:
Boolean
download
Info
Url
Link copied to clipboard
val
downloadInfoUrl
:
String
gain
Link copied to clipboard
val
gain
:
Boolean
preview
Link copied to clipboard
val
preview
:
Boolean