Interface TrackList
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.util.SimpleList
,java.lang.Iterable
public interface TrackList<T extends Track> implements SimpleList<T>
List of tracks.
-
-
Method Summary
-
-
Method Detail
-
length
abstract int length()
The number of tracks in the list.
- Returns:
The number of tracks in the list.
-
-
-
-