@Beta @PublicAPI public class EnhancedStereo extends java.lang.Object
Please note that this class is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
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 |
---|---|
java.lang.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 java.lang.String flag()