TimedMetaData
public final class TimedMetaData
extends Object
包含一个定时元数据访问单元的类
- a time stamp, and
- raw uninterpreted byte-array extracted directly from the container.
Summary
Public methods
getMetaData
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
long getTimestamp ()
Returns |
long |
the timestamp associated with this metadata access unit in microseconds; 0 denotes playback start. |