Package com.akamai.amp.id3tags
Class AmpID3TagsManager
java.lang.Object
com.akamai.amp.id3tags.AmpID3TagsManager
@Deprecated
public class AmpID3TagsManager
extends java.lang.Object
Deprecated.
The following implementation is deprecated. To extract ID3 data now, you don't need to instantiate
a separate manager, use the API provided in the AMP Core
public void addId3TagsEventListener(ID3TagEventListener listener)
VideoPlayerView: public void addId3TagsEventListener(ID3TagEventListener listener)
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVERSIONDeprecated. -
Constructor Summary
Constructors Constructor Description AmpID3TagsManager()Deprecated. -
Method Summary
Modifier and Type Method Description voidaddEventListener(ID3TagEventListener listener)Deprecated.java.util.List<ID3TagData>getId3TagsByPosition(int positionInSeconds)Deprecated.voidremoveEventListener(ID3TagEventListener listener)Deprecated.voidsetVideoPlayerView(VideoPlayerView videoPlayerView)Deprecated.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VERSION
public static final java.lang.String VERSIONDeprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
AmpID3TagsManager
@Deprecated public AmpID3TagsManager()Deprecated.The following implementation is deprecated. To extract ID3 data now, you don't need to instantiate a separate manager, use the API provided in the AMP CoreVideoPlayerView:
public void addId3TagsEventListener(ID3TagEventListener listener)
-
-
Method Details
-
addEventListener
Deprecated.The following implementation is deprecated. Use the API provided in the AMP CoreVideoPlayerViewinstead:
public void addId3TagsEventListener(ID3TagEventListener listener) -
removeEventListener
Deprecated.The following implementation is deprecated. Use the API provided in the AMP CoreVideoPlayerViewinstead:
public void removeId3TagsEventListener(ID3TagEventListener listener) -
setVideoPlayerView
@Deprecated public void setVideoPlayerView(VideoPlayerView videoPlayerView)Deprecated.The following implementation is deprecated. Use the API provided in the AMP CoreVideoPlayerViewwhich it doesn't require to provide theVideoPlayerViewinstance -
getId3TagsByPosition
Deprecated.The following implementation is deprecated since it is no longer required to extract ID3 tags. This method returns the ID3 Data found at a specific position of the video.- Parameters:
positionInSeconds- position in seconds of the video from which it is required to extract the ID3 data.
-