|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.jave.VideoInfo
public class VideoInfo
Instances of this class report informations about a video stream that can be decoded.
Constructor Summary | |
---|---|
VideoInfo()
|
Method Summary | |
---|---|
int |
getBitRate()
Returns the video stream (average) bit rate. |
java.lang.String |
getDecoder()
Returns the video stream decoder name. |
float |
getFrameRate()
Returns the video frame rate. |
VideoSize |
getSize()
Returns the video size. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VideoInfo()
Method Detail |
---|
public java.lang.String getDecoder()
public VideoSize getSize()
public float getFrameRate()
public int getBitRate()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |