public class VideoDimensionTransformation extends Object implements ITransformation
Constructor and Description |
---|
VideoDimensionTransformation(InputStream content,
int width,
int height,
String format)
The constructor of class.
|
Modifier and Type | Method and Description |
---|---|
void |
transform(OutputStream outputStream)
Performs the file transformation using the
outputStream parameter as target
of the file transformations. |
public VideoDimensionTransformation(InputStream content, int width, int height, String format)
content
- the source of transformation.width
- the new width.height
- the new height.public void transform(OutputStream outputStream) throws PortalException
ITransformation
outputStream
parameter as target
of the file transformations.transform
in interface ITransformation
outputStream
- the writer to be transformed.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.