Package com.tagtraum.beatunes
Class BitRate
- java.lang.Object
-
- com.tagtraum.beatunes.BitRate
-
public final class BitRate extends Object
Immutable class representing a bit rate.- Author:
- Hendrik Schreiber
- See Also:
Frequency
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getBitRate()
static BitRate
getInstance(int rate)
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getBitRate
public int getBitRate()
-
getInstance
public static BitRate getInstance(int rate)
- Parameters:
rate
- bit rate in kbps- Returns:
- bit rate object
-
-