| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.stream.StreamInfo
public final class StreamInfo
StreamInfo - stream info (Snapshot),
 it contains duration/frames/size info.
| Field Summary | |
|---|---|
|  long | durationmedia stream duration (in milliseconds). | 
|  long | framesmedia stream frames. | 
|  long | sizemedia stream size (in bytes). | 
|  long | timestamptimestamp. | 
| Constructor Summary | |
|---|---|
| StreamInfo()Constructor. | |
| StreamInfo(long timestamp,
           long duration,
           long frames,
           long size)Constructor. | |
| StreamInfo(long timestamp,
           StreamInfo info)Constructor. | |
| Method Summary | |
|---|---|
|  java.lang.Object | clone() | 
|  boolean | equals(java.lang.Object o) | 
|  int | hashCode() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public long timestamp
public long duration
public long frames
public long size
| Constructor Detail | 
|---|
public StreamInfo()
public StreamInfo(long timestamp,
                  long duration,
                  long frames,
                  long size)
timestamp - duration - frames - size - 
public StreamInfo(long timestamp,
                  StreamInfo info)
timestamp - info - | Method Detail | 
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||