AbstractTranscoderpublic class TranscoderSupport
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected ErrorHandler |
handler |
The error handler used to report warnings and errors.
|
protected TranscodingHints |
hints |
The transcoding hints.
|
| Constructor | Description |
|---|---|
TranscoderSupport() |
Constructs a new
TranscoderSupport. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addTranscodingHint(TranscodingHints.Key key,
java.lang.Object value) |
Sets the value of a single preference for the transcoding process.
|
ErrorHandler |
getErrorHandler() |
Returns the error handler this transcoder uses to report
warnings and errors, or null if any.
|
TranscodingHints |
getTranscodingHints() |
Returns a copy of the transcoding hints of this transcoder.
|
void |
removeTranscodingHint(TranscodingHints.Key key) |
Removes the value of a single preference for the transcoding process.
|
void |
setErrorHandler(ErrorHandler handler) |
Sets the error handler this transcoder may use to report
warnings and errors.
|
void |
setTranscodingHints(java.util.Map hints) |
Replaces the values of all preferences for the transcoding algorithms
with the specified hints.
|
void |
setTranscodingHints(TranscodingHints hints) |
Sets the values of all preferences for the transcoding algorithms
with the specified hints.
|
protected TranscodingHints hints
protected ErrorHandler handler
public TranscoderSupport()
TranscoderSupport.public TranscodingHints getTranscodingHints()
public void addTranscodingHint(TranscodingHints.Key key, java.lang.Object value)
key - the key of the hint to be setvalue - the value indicating preferences for the specified
hint category.public void removeTranscodingHint(TranscodingHints.Key key)
key - the key of the hint to removepublic void setTranscodingHints(java.util.Map hints)
hints - the rendering hints to be setpublic void setTranscodingHints(TranscodingHints hints)
hints - the rendering hints to be setpublic void setErrorHandler(ErrorHandler handler)
handler - to ErrorHandler to usepublic ErrorHandler getErrorHandler()
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.