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 VideoPlayerView:

public void addId3TagsEventListener(ID3TagEventListener listener)

  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String VERSION
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor Description
    AmpID3TagsManager()
    Deprecated.
  • Method Summary

    Modifier and Type Method Description
    void addEventListener​(ID3TagEventListener listener)
    Deprecated.
    java.util.List<ID3TagData> getId3TagsByPosition​(int positionInSeconds)
    Deprecated.
    void removeEventListener​(ID3TagEventListener listener)
    Deprecated.
    void setVideoPlayerView​(VideoPlayerView videoPlayerView)
    Deprecated.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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 Core VideoPlayerView:

      public void addId3TagsEventListener(ID3TagEventListener listener)

  • Method Details

    • addEventListener

      @Deprecated public void addEventListener​(ID3TagEventListener listener)
      Deprecated.
      The following implementation is deprecated. Use the API provided in the AMP Core VideoPlayerView instead:

      public void addId3TagsEventListener(ID3TagEventListener listener)

    • removeEventListener

      @Deprecated public void removeEventListener​(ID3TagEventListener listener)
      Deprecated.
      The following implementation is deprecated. Use the API provided in the AMP Core VideoPlayerView instead:

      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 Core VideoPlayerView which it doesn't require to provide the VideoPlayerView instance
    • getId3TagsByPosition

      @Deprecated public java.util.List<ID3TagData> getId3TagsByPosition​(int positionInSeconds)
      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.