# Print output for @column tags ?> TimedMetaData - Android SDK | Android Developers

Most visited


Recently visited


TimedMetaData

public final class TimedMetaData
extends Object

java.lang.Object
   ↳ android.media.TimedMetaData


Class that embodies one timed metadata access unit, including

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

See also:

Summary


Public constructors

TimedMetaData(long timestampUs, byte[] metaData)

Constructor.

Public methods

byte[] getMetaData()
long getTimestamp()

Inherited methods

Public constructors


TimedMetaData

public TimedMetaData (long timestampUs, 
                byte[] metaData)

Constructor.

Parameters
timestampUs long: the timestamp in microsecond for the timed metadata

metaData byte: the metadata array for the timed metadata. No data copying is made. It should not be null. This value cannot be null.

Public methods


getMetaData

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

public long getTimestamp ()

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

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.