public class VideoTransformationOptions extends AudioTransformationOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
VIDEO_CODEC_H264 |
static String |
VIDEO_CODEC_MPEG4 |
static String |
VIDEO_CODEC_PASSTHROUGH |
static String |
VIDEO_CODEC_THEORA |
static String |
VIDEO_CODEC_VP6 |
static String |
VIDEO_CODEC_VP7 |
static String |
VIDEO_CODEC_VP8 |
static String |
VIDEO_CODEC_WMV |
AUDIO_CODEC_AAC, AUDIO_CODEC_MP3, AUDIO_CODEC_PASSTHROUGH, AUDIO_CODEC_VORBIS, AUDIO_CODEC_WMA| Constructor and Description |
|---|
VideoTransformationOptions() |
VideoTransformationOptions(VideoTransformationOptions origOptions) |
| Modifier and Type | Method and Description |
|---|---|
ImageResizeOptions |
getResizeOptions()
Get the image resize options
|
Long |
getTargetVideoBitrate()
Gets the video bitrate to use for the target of the transformation
|
String |
getTargetVideoCodec()
Gets the video codec to use for the target of the transformation
|
String |
getTargetVideoCodecProfile()
Gets the video codec profile to use for the target of the transformation
|
Float |
getTargetVideoFrameRate()
Gets the video frame rate to use for the target of the transformation
|
void |
setResizeOptions(ImageResizeOptions resizeOptions)
Set the image resize options
|
void |
setTargetVideoBitrate(Long targetVideoBitrate)
Sets the video bitrate to use for the target of the transformation
|
void |
setTargetVideoCodec(String targetVideoCodec)
Sets the video codec to use for the target of the transformation
|
void |
setTargetVideoCodecProfile(String targetVideoCodecProfile)
Sets the video codec profile to use for the target of the transformation
|
void |
setTargetVideoFrameRate(Float targetVideoFrameRate)
Sets the video frame rate to use for the target of the transformation
|
String |
toString() |
getTargetAudioBitrate, getTargetAudioChannels, getTargetAudioCodec, getTargetAudioSamplingRate, getTargetFastStartEnabled, merge, setTargetAudioBitrate, setTargetAudioChannels, setTargetAudioCodec, setTargetAudioSamplingRate, setTargetFastStartEnabledaddSourceOptions, deepCopySourceOptionsMap, getAdditionalOptions, getIncludeEmbedded, getPageLimit, getSourceOptions, getSourceOptionsMap, getTimeoutMs, setAdditionalOptions, setIncludeEmbedded, setPageLimit, setSourceOptionsList, setSourceOptionsMap, setTimeoutMs, toStringSourceOptionspublic static final String VIDEO_CODEC_H264
public static final String VIDEO_CODEC_MPEG4
public static final String VIDEO_CODEC_THEORA
public static final String VIDEO_CODEC_VP6
public static final String VIDEO_CODEC_VP7
public static final String VIDEO_CODEC_VP8
public static final String VIDEO_CODEC_WMV
public static final String VIDEO_CODEC_PASSTHROUGH
public VideoTransformationOptions()
public VideoTransformationOptions(VideoTransformationOptions origOptions)
public void setResizeOptions(ImageResizeOptions resizeOptions)
resizeOptions - image resize optionspublic ImageResizeOptions getResizeOptions()
public String getTargetVideoCodec()
public void setTargetVideoCodec(String targetVideoCodec)
targetVideoCodec - public String getTargetVideoCodecProfile()
public void setTargetVideoCodecProfile(String targetVideoCodecProfile)
targetVideoCodecProfile - public Long getTargetVideoBitrate()
public void setTargetVideoBitrate(Long targetVideoBitrate)
targetVideoBitrate - public Float getTargetVideoFrameRate()
public void setTargetVideoFrameRate(Float targetVideoFrameRate)
targetVideoFrameRate - public String toString()
toString in class AudioTransformationOptionsCopyright © 2018 Alfresco Software. All rights reserved.