-
- 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 Unitset(TrackType type, T value)Unitreset(T video, T audio)TgetAudio()UnitsetAudio(T audio)TgetVideo()UnitsetVideo(T video)BooleangetHasVideo()BooleangetHasAudio()IntegergetSize()-
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
-
-