efplayer
1.4.9
efplayer
/
com.github.Vincentvibe3.efplayer.extractors.serialization
/
YoutubeVideoResponse
/
AdaptiveFormat
Adaptive
Format
@
Serializable
data
class
AdaptiveFormat
(
mimeType
:
String
,
bitrate
:
Long
,
approxDurationMs
:
Long
,
url
:
String
?
,
signatureCipher
:
String
?
)
Content copied to clipboard
Properties
Properties
approxDurationMs
Link copied to clipboard
val
approxDurationMs
:
Long
Content copied to clipboard
bitrate
Link copied to clipboard
val
bitrate
:
Long
Content copied to clipboard
mimeType
Link copied to clipboard
val
mimeType
:
String
Content copied to clipboard
signatureCipher
Link copied to clipboard
val
signatureCipher
:
String
?
=
null
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
=
null
Content copied to clipboard