|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.media.core.IMediaFileReader.TrackSample
public static class IMediaFileReader.TrackSample
TrackSample - track sample.
| Field Summary | |
|---|---|
int |
id
Sample id. |
boolean |
key
Is key sample flag. |
int |
rtime
Sample time, relative to the previous (in milliseconds) |
long |
size
Sample size. |
long |
timestamp
Sample timestamp, relative to the track start time (in milliseconds). |
MediaTrackInfo |
track
Track info. |
| Constructor Summary | |
|---|---|
IMediaFileReader.TrackSample(MediaTrackInfo track,
int id,
int rtime,
long timestamp,
long size,
boolean key)
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 MediaTrackInfo track
public final int id
public final int rtime
public final long timestamp
public final long size
public final boolean key
| Constructor Detail |
|---|
public IMediaFileReader.TrackSample(MediaTrackInfo track,
int id,
int rtime,
long timestamp,
long size,
boolean key)
track - sample trackid - sample idrtime - sample relative timestamp (relative to the previous sample)timestamp - sample timestampsize - sample size (in bytes)key - 'key' flag| 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 | ||||||||