public class VideoQuality
extends Quality
Represents a video quality.
public VideoQuality(java.lang.String id, java.lang.String label, int bitrate, @Nullable java.lang.String codec, float frameRate, int width, int height)
public int getWidth()
Returns the width of the video representation.
public int getHeight()
Returns the height of the video representation.
public float getFrameRate()
Returns the frame rate of the video representation. If the frame rate is not known or not applicable a value of -1 will be returned.
public boolean equals(java.lang.Object o)
public int hashCode()