VideoSize
class VideoSize : VideoSize
Immutable class for describing video size.
Summary
Inherited functions |
From class VideoSize
Boolean |
equals(@Nullable other: Any?)
Checks if this video size is equal to another video size.
Two video sizes are equal if and only if both their widths and heights are equal.
A video size object is never equal to any other type of object.
|
Int |
getHeight()
Returns the height of the video.
|
Int |
getWidth()
Returns the width of the video.
|
Int |
hashCode()
|
String |
toString()
Return the video size represented as a string with the format "WxH"
|
|
Public constructors
<init>
VideoSize(
width: Int,
height: Int)
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.