public interface Track
A representation of a media track.
abstract boolean
isEnabled()
abstract String
getName()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract boolean isEnabled()
Checks if the track is enabled.
@NonNull() abstract String getName()
Return track name.