Android APIs
public final class

TimedMetaData

extends Object
java.lang.Object
   ↳ android.media.TimedMetaData

Class Overview

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[] getMetaData()
long getTimestamp()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public byte[] getMetaData ()

Added in API level 23

Returns
  • raw, uninterpreted content of this metadata access unit; for ID3 tags this includes everything starting from the 3 byte signature "ID3".

public long getTimestamp ()

Added in API level 23

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