toggle menu
BlendVision Android Player SDK
androidJvm
switch theme
search in API
bv-playback
/
com.blendvision.player.playback.cast.presentation.entity
/
CastImage
Cast
Image
data
class
CastImage
(
val
url
:
String
,
val
width
:
String
=
"0"
,
val
height
:
String
=
"0"
)
Members
Constructors
Cast
Image
Link copied to clipboard
constructor
(
url
:
String
,
width
:
String
=
"0"
,
height
:
String
=
"0"
)
Properties
height
Link copied to clipboard
val
height
:
String
url
Link copied to clipboard
val
url
:
String
width
Link copied to clipboard
val
width
:
String
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
String
component2
Link copied to clipboard
operator
fun
component2
(
)
:
String
component3
Link copied to clipboard
operator
fun
component3
(
)
:
String
copy
Link copied to clipboard
fun
copy
(
url
:
String
,
width
:
String
=
"0"
,
height
:
String
=
"0"
)
:
CastImage
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean