Package com.akamai.amp.id3tags
Class ID3TagData
java.lang.Object
com.akamai.amp.id3tags.ID3TagData
@Deprecated
public class ID3TagData
extends java.lang.Object
Deprecated.
This class is now deprecated. Use
com.akamai.amp.id3.ID3TagData as replacement-
Constructor Summary
Constructors Constructor Description ID3TagData(java.lang.String text, long startTime, java.lang.String segmentUrl, byte[] data)Deprecated.ID3TagData(java.lang.String text, long startTime, java.lang.String segmentUrl, byte[] data, Metadata id3Frames)Deprecated. -
Method Summary
Modifier and Type Method Description byte[]getData()Deprecated.MetadatagetId3Frames()Deprecated.java.lang.StringgetSegmentUrl()Deprecated.longgetStartTime()Deprecated.java.lang.StringgetText()Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ID3TagData
@Deprecated public ID3TagData(java.lang.String text, long startTime, java.lang.String segmentUrl, byte[] data)Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
Class constructor, it creates a new instance of the ID3TagData Data class- Parameters:
text- it represents the data from a specific ID3 in text formstartTime- it represents the start time on the stream for a specific piece of ID3 markersegmentUrl- it represents the specific video segment containing the ID3 datadata- this is the entire ID3 data collection in raw form, as an array of bytes
-
ID3TagData
@Deprecated public ID3TagData(java.lang.String text, long startTime, java.lang.String segmentUrl, byte[] data, Metadata id3Frames)Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
Class constructor, it creates a new instance of the ID3TagData Data class- Parameters:
text- it represents the data from a specific ID3 in text formstartTime- it represents the start time on the stream for a specific piece of ID3 markersegmentUrl- it represents the specific video segment containing the ID3 datadata- this is the entire ID3 data collection in raw form, as an array of bytesid3Frames- the ID3 data can be represented as a Data Entry, this input parameter is a representation of just that, for ID3.
-
-
Method Details
-
getText
@Deprecated public java.lang.String getText()Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
This method returns the ID3 data in String form- Returns:
- a String representation of the data entry
-
getStartTime
@Deprecated public long getStartTime()Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
This method returns the ID3 data start time- Returns:
- a representation of the data entry start time in timestamp form
-
getSegmentUrl
@Deprecated public java.lang.String getSegmentUrl()Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
This method returns the ID3 data in String form- Returns:
- a String representation of the data entry
-
getData
@Deprecated public byte[] getData()Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
This method returns the ID3 data raw data- Returns:
- a representation of the data entry in bytes
-
getId3Frames
@Deprecated public Metadata getId3Frames()Deprecated.This class is now deprecated. Usecom.akamai.amp.id3.ID3TagDataas replacement
This method returns the ID3 Data Entry object- Returns:
- a representation of the data entry as a Metadata Object
-