TimedMetaData

Added in 1.0.0
Deprecated in 1.3.0

public class TimedMetaData


Class that embodies one timed metadata access unit, including

  • a time stamp, and
  • raw uninterpreted byte-array extracted directly from the container.

Summary

Public methods

byte[]
long

Public methods

getMetaData

Added in 1.0.0
Deprecated in 1.3.0
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

Added in 1.0.0
Deprecated in 1.3.0
public long getTimestamp()
Returns
long

the timestamp associated with this metadata access unit in microseconds; 0 denotes playback start.