class MKPVideoSizeChangedEvent: MKPlayerEvent<Any?>
Constructors
<init>
constructor(mWidth: Int, mHeight: Int, mAspectratio: Float)
Event which is sent when the current size of the video content has been changed. See com.mediakind.mkplayer.event.listeners.OnMKVideoSizeChangedListener.
Parameters
Name | Description |
---|---|
mWidth: Int
|
|
mHeight: Int
|
|
mAspectratio: Float
|
Methods
getWidth
fun getWidth(): Int
ReturnValue
Name | Description |
---|---|
Int
|
getHeight
fun getHeight(): Int
ReturnValue
Name | Description |
---|---|
Int
|
getAspectRatio
fun getAspectRatio(): Float
ReturnValue
Name | Description |
---|---|
Float
|
Event which is sent when the current size of the video content has been changed. See com.mediakind.mkplayer.event.listeners.OnMKVideoSizeChangedListener.