java.lang.Object |
↳ |
com.amazonaws.ivs.player.Quality |
Class Overview
Represents a quality which is a selection of video/audio tracks from the loaded media.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
boolean
equals
(Object o)
public
int
getBitrate
()
Returns
- bitrate of the media in bps
public
String
getCodecs
()
Returns
- codec string representing the media codec information, e.g. "avc1.64002A,mp4a.40.2"
public
float
getFramerate
()
Returns
- frame rate of this stream if known 0 otherwise
public
int
getHeight
()
Returns
- video height or zero if unknown or not applicable
public
String
getName
()
Returns
- name of the quality, suitable for use in a user interface
public
int
getWidth
()
Returns
- video width or zero if unknown or not applicable
public
String
toString
()