player-android
3.41.0
androidJvm
player-core
/
com.bitmovin.player.api.metadata.id3
/
UrlLinkFrame
Url
Link
Frame
class
UrlLinkFrame
(
id
:
String
,
val
description
:
String
?
,
val
url
:
String
)
:
Id3Frame
Members
Constructors
Url
Link
Frame
Link copied to clipboard
constructor
(
id
:
String
,
description
:
String
?
,
url
:
String
)
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Properties
description
Link copied to clipboard
@
JvmField
val
description
:
String
?
url
Link copied to clipboard
@
JvmField
val
url
:
String