public
class
TimedMetaData
extends Object
java.lang.Object
|
↳ |
androidx.media2.player.TimedMetaData
|
Class that embodies one timed metadata access unit, including
- a time stamp, and
- raw uninterpreted byte-array extracted directly from the container.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
public byte[] getMetaData ()
Returns |
byte[] |
raw, uninterpreted content of this metadata access unit; for ID3 tags this includes
everything starting from the 3 byte signature "ID3".
|
getTimestamp
public long getTimestamp ()
Returns |
long |
the timestamp associated with this metadata access unit in microseconds;
0 denotes playback start.
|