Package 

Interface MutableTrackMap

  • All Implemented Interfaces:
    com.otaliastudios.transcoder.internal.utils.TrackMap , kotlin.collections.Iterable

    
    public interface MutableTrackMap<T extends Object>
     implements TrackMap<T>
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit set(TrackType type, T value)
      Unit reset(T video, T audio)
      T getAudio()
      Unit setAudio(T audio)
      T getVideo()
      Unit setVideo(T video)
      Boolean getHasVideo()
      Boolean getHasAudio()
      Integer getSize()
      • Methods inherited from class com.otaliastudios.transcoder.internal.utils.MutableTrackMap

        audioOrNull, get, getOrNull, has, iterator, videoOrNull
      • Methods inherited from class com.otaliastudios.transcoder.internal.utils.TrackMap

        forEach, spliterator
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait