Package 

Interface MediaExtrasMapper


  • 
    public interface MediaExtrasMapper
    
                        

    Custom implementation to populate Media.extras with values from MediaItem.

    • Method Summary

      Modifier and Type Method Description
      abstract Map<String, Object> map(MediaItem mediaItem, MediaMetadata mediaMetadata)
      • Methods inherited from class java.lang.Object

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

      • map

         abstract Map<String, Object> map(MediaItem mediaItem, MediaMetadata mediaMetadata)