|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.client.INetStream.Info
public static final class INetStream.Info
Info - INetStream stream info.
| Field Summary | |
|---|---|
long |
audioDuration
Duration of audio stream (in milliseconds). |
long |
audioFrames
Number of audio frames. |
long |
audioSize
Size of the audio frames. |
long |
videoDuration
Duration of video stream (in milliseconds). |
long |
videoFrames
Number of video frames. |
long |
videoSize
Size of the video frames. |
| Constructor Summary | |
|---|---|
INetStream.Info()
Constructor. |
|
INetStream.Info(long audioDuration,
long audioFrames,
long audioSize,
long videoDuration,
long videoFrames,
long videoSize)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final long audioDuration
public final long audioFrames
public final long audioSize
public final long videoDuration
public final long videoFrames
public final long videoSize
| Constructor Detail |
|---|
public INetStream.Info(long audioDuration,
long audioFrames,
long audioSize,
long videoDuration,
long videoFrames,
long videoSize)
audioDuration - duration of audio streamaudioFrames - number of received/sent audio framesaudioSize - size of received/sent audio framesvideoDuration - duration of video streamvideoFrames - number of received/sent video framesvideoSize - size of received/sent video framespublic INetStream.Info()
| Method Detail |
|---|
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 | ||||||||