public class

Track

extends Object
java.lang.Object
   ↳ org.ocast.core.media.Track

Class Overview

Describes a media track

Summary

Nested Classes
enum Track.Type Defines the track types  
Public Constructors
Track(Track.Type type, String language, String label, boolean enable, String trackId)
Public Methods
String getLabel()
String getLanguage()
String getTrackId()
Track.Type getType()
boolean isEnable()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Track (Track.Type type, String language, String label, boolean enable, String trackId)

Public Methods

public String getLabel ()

public String getLanguage ()

public String getTrackId ()

public Track.Type getType ()

public boolean isEnable ()

public String toString ()