TimedMetaData

Added in 1.0.0
Deprecated in 1.3.0

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 functions

ByteArray<Byte>!
Long

Public functions

getMetaData

Added in 1.0.0
Deprecated in 1.3.0
fun getMetaData(): ByteArray<Byte>!
Returns
ByteArray<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
fun getTimestamp(): Long
Returns
Long

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