public static interface IMedia.ITrackSample
ITrackSample
- track sample.Modifier and Type | Method and Description |
---|---|
long |
getId() |
int |
getRtime() |
long |
getSize() |
long |
getTimestamp() |
MediaTrackInfo |
getTrack() |
boolean |
isKey() |
MediaTrackInfo getTrack()
long getId()
int getRtime()
Note:
- This is coding/decoding timestamp.
long getTimestamp()
Note:
- This is presentation timestamp.
long getSize()
boolean isKey()