public class CodecOptions extends Object implements Serializable
| Constructor and Description |
|---|
CodecOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfile()
Returns the profile.
|
void |
setProfile(String profile)
Sets the profile
|
String |
toString() |
CodecOptions |
withProfile(String profile)
Sets the profile and returns this object.
|
public String getProfile()
public void setProfile(String profile)
profile - the profilepublic CodecOptions withProfile(String profile)
profile - the profileCopyright © 2024. All rights reserved.