public class AutoRepresentation extends Object
Constructor and Description |
---|
AutoRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Double |
getAdoptConfigurationThreshold()
This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically.
|
int |
hashCode() |
void |
setAdoptConfigurationThreshold(Double adoptConfigurationThreshold)
This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically.
|
String |
toString() |
public Double getAdoptConfigurationThreshold()
public void setAdoptConfigurationThreshold(Double adoptConfigurationThreshold)
adoptConfigurationThreshold
- This is the threshold that determines whether the settings of the lower or the upper template representation (codec configuration) should be used, when representations are added automatically. The value must be between 0 and 1. Values nearer 0 will favour the higher representation, values nearer 1 will favour the lower representation.Copyright © 2025. All rights reserved.