| 
 | |||||||||
| 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 | idSample id. | 
|  boolean | keyIs key sample flag. | 
|  int | rtimeSample time, relative to the previous (in milliseconds) | 
|  long | sizeSample size. | 
|  long | timestampSample timestamp, relative to the track start time (in milliseconds). | 
|  MediaTrackInfo | trackTrack 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 | ||||||||