public class EncoderSettings extends Object
Modifier and Type | Method and Description |
---|---|
static EncoderSettings |
get(String MIMEType)
Returns default conversion settings for a format specified by its mime
type.
|
String |
getMIMEType()
Returns output format.
|
String[] |
getSupportedMIMETypes()
Returns supported MIME types.
|
public String[] getSupportedMIMETypes()
public String getMIMEType()
public static EncoderSettings get(String MIMEType)
MIMEType
- mime type for which conversion settings are needed