TimedMetaData
open 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
getMetaData
open fun getMetaData(): ByteArray!
Return |
ByteArray!: raw, uninterpreted content of this metadata access unit; for ID3 tags this includes everything starting from the 3 byte signature "ID3". |
getTimestamp
open fun getTimestamp(): Long
Return |
Long: the timestamp associated with this metadata access unit in microseconds; 0 denotes playback start. |