| Package | Description |
|---|---|
| org.gytheio.content.transform.options |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImageResizeOptions.getAllowEnlargement() |
String |
TemporalSourceOptions.getDuration()
Gets the duration of the source to read
with a format of hh:mm:ss[.xxx]
|
Integer |
PagedSourceOptions.getEndPageNumber()
Gets the page number to end at in the source document
|
String |
CropSourceOptions.getGravity()
Gets the 'gravity' which determines how the offset is applied.
|
int |
ImageResizeOptions.getHeight() |
int |
CropSourceOptions.getHeight()
Gets the height of the cropped image.
|
String |
TemporalSourceOptions.getOffset()
Gets the offset time code from which to start the transformation
with a format of hh:mm:ss[.xxx]
|
Integer |
PagedSourceOptions.getStartPageNumber()
Gets the page number to start from in the source document
|
Long |
AudioTransformationOptions.getTargetAudioBitrate()
Gets the audio bitrate to use for the target of the transformation
|
Integer |
AudioTransformationOptions.getTargetAudioChannels()
Gets the number of audio channels to use for the target of the transformation
|
String |
AudioTransformationOptions.getTargetAudioCodec()
Gets the audio codec to use for the target of the transformation
|
Integer |
AudioTransformationOptions.getTargetAudioSamplingRate()
Gets the audio sampling rate to use for the target of the transformation
|
boolean |
AudioTransformationOptions.getTargetFastStartEnabled()
Gets whether or not the moov atom should be moved to the start of the file if supported.
|
Long |
VideoTransformationOptions.getTargetVideoBitrate()
Gets the video bitrate to use for the target of the transformation
|
String |
VideoTransformationOptions.getTargetVideoCodec()
Gets the video codec to use for the target of the transformation
|
String |
VideoTransformationOptions.getTargetVideoCodecProfile()
Gets the video codec profile to use for the target of the transformation
|
Float |
VideoTransformationOptions.getTargetVideoFrameRate()
Gets the video frame rate to use for the target of the transformation
|
int |
ImageResizeOptions.getWidth() |
int |
CropSourceOptions.getWidth()
Sets the width of the cropped image.
|
int |
CropSourceOptions.getXOffset()
Gets the horizontal offset.
|
int |
CropSourceOptions.getYOffset()
Gets the vertical offset.
|
boolean |
ImageTransformationOptions.isAutoOrient() |
boolean |
ImageResizeOptions.isMaintainAspectRatio() |
boolean |
CropSourceOptions.isPercentageCrop() |
boolean |
ImageResizeOptions.isPercentResize() |
boolean |
ImageResizeOptions.isResizeToThumbnail() |
Copyright © 2014 Alfresco Software. All rights reserved.