Class MetaEvent

  • All Implemented Interfaces:
    Event

    public class MetaEvent
    extends java.lang.Object
    implements Event
    Payload that accompanies the onMeta() event.
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaEvent​(Metadata metadata)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Metadata getMetadata()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaEvent

        public MetaEvent​(Metadata metadata)
    • Method Detail

      • getMetadata

        @NonNull
        public Metadata getMetadata()
        Returns:
        Object containing the metadata. This can be metadata in the media (XMP, ID3, keyframes) or metadata from the playback provider (bandwidth, quality switches, etc.)