Constructor and Description |
---|
EnhancedStereo(StereoConstants.EnhancedStereoType type)
Creates enhanced stereo representation.
|
EnhancedStereo(StereoConstants.EnhancedStereoType type,
int number)
Creates enhanced stereo representation.
|
Modifier and Type | Method and Description |
---|---|
String |
flag()
Returns the enhanced stereo flag (eg.
|
int |
getNumber()
Number of type.
|
StereoConstants.EnhancedStereoType |
getType()
Gets the type of enhanced stereo flag.
|
public EnhancedStereo(StereoConstants.EnhancedStereoType type, int number)
type
- stereo type (eg. OR)number
- number of typepublic EnhancedStereo(StereoConstants.EnhancedStereoType type)
type
- stereo type (eg. ABS)public StereoConstants.EnhancedStereoType getType()
public int getNumber()
public String flag()