public class TrackDescription
extends Object
Description of a track, e.g. a video or audio track.
-
Constructor Summary
Constructors
Create a track description.
-
Method Summary
Get the track description
int
-
Constructor Details
-
TrackDescription
public TrackDescription(int id,
String description)
Create a track description.
- Parameters:
id - track identifier
description - track description
-
Method Details
-
id
public int id()
Get the track identifier
- Returns:
- identifier
-
description
Get the track description
- Returns:
- description
-