Index
B C D E G I J L P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BitmapDecoder - Class in com.cloudinary.android.preprocess
-
Decodes a bitmap from a payload.
- BitmapDecoder() - Constructor for class com.cloudinary.android.preprocess.BitmapDecoder
-
Create a new decoder.
- BitmapDecoder(int, int) - Constructor for class com.cloudinary.android.preprocess.BitmapDecoder
-
Create a new decoder taking the required width and height into account to decode the bitmap efficiently.
- BitmapEncoder - Class in com.cloudinary.android.preprocess
-
Encodes the bitmap to a file.
- BitmapEncoder() - Constructor for class com.cloudinary.android.preprocess.BitmapEncoder
-
Create a new bitmap encoder with the default specifications.
- BitmapEncoder(BitmapEncoder.Format, int) - Constructor for class com.cloudinary.android.preprocess.BitmapEncoder
-
Create a new bitmap encoder with the given specifications.
- BitmapEncoder.Format - Enum in com.cloudinary.android.preprocess
- bitmapFromPayload(Context, Payload, int, int) - Method in class com.cloudinary.android.preprocess.BitmapDecoder
C
- com.cloudinary.android.preprocess - package com.cloudinary.android.preprocess
- Crop - Class in com.cloudinary.android.preprocess
-
Preprocess for cropping.
- Crop(Point, Point) - Constructor for class com.cloudinary.android.preprocess.Crop
-
Create a new crop preprocess.
D
- decode(Context, Payload) - Method in class com.cloudinary.android.preprocess.BitmapDecoder
-
Decodes a bitmap from the given payload.
- decode(Context, Payload) - Method in class com.cloudinary.android.preprocess.VideoDecoder
-
Returns the video uri.
- DimensionsValidator - Class in com.cloudinary.android.preprocess
-
A preprocess step for validating the dimensions of a given bitmap.
- DimensionsValidator(int, int, int, int) - Constructor for class com.cloudinary.android.preprocess.DimensionsValidator
-
Create an instance with the chosen parameters.
E
- encode(Context, Bitmap) - Method in class com.cloudinary.android.preprocess.BitmapEncoder
-
Encodes the given bitmap to a file using the supplied format and quality settings.
- encode(Context, Uri) - Method in class com.cloudinary.android.preprocess.VideoEncoder
- execute(Context, Bitmap) - Method in class com.cloudinary.android.preprocess.Crop
-
Execute the preprocessing phase.
- execute(Context, Bitmap) - Method in class com.cloudinary.android.preprocess.DimensionsValidator
- execute(Context, Bitmap) - Method in class com.cloudinary.android.preprocess.Limit
-
Execute the preprocessing phase.
- execute(Context, Bitmap) - Method in class com.cloudinary.android.preprocess.Rotate
-
Execute the preprocessing phase.
- execute(Context, Uri) - Method in class com.cloudinary.android.preprocess.Transcode
G
- getDefaultDecoder() - Method in class com.cloudinary.android.preprocess.ImagePreprocessChain
- getDefaultDecoder() - Method in class com.cloudinary.android.preprocess.VideoPreprocessChain
- getDefaultEncoder() - Method in class com.cloudinary.android.preprocess.ImagePreprocessChain
- getDefaultEncoder() - Method in class com.cloudinary.android.preprocess.VideoPreprocessChain
- getFrameRate() - Method in class com.cloudinary.android.preprocess.Parameters
- getHeight() - Method in class com.cloudinary.android.preprocess.Parameters
- getKeyFramesInterval() - Method in class com.cloudinary.android.preprocess.Parameters
- getRequestId() - Method in class com.cloudinary.android.preprocess.Parameters
- getTargetAudioBitrateKbps() - Method in class com.cloudinary.android.preprocess.Parameters
- getTargetVideoBitrateKbps() - Method in class com.cloudinary.android.preprocess.Parameters
- getWidth() - Method in class com.cloudinary.android.preprocess.Parameters
I
- ImagePreprocessChain - Class in com.cloudinary.android.preprocess
-
A preprocess chain to run on images before uploading.
- ImagePreprocessChain() - Constructor for class com.cloudinary.android.preprocess.ImagePreprocessChain
J
- JPEG - com.cloudinary.android.preprocess.BitmapEncoder.Format
L
- Limit - Class in com.cloudinary.android.preprocess
-
Preprocess implementation for resizing.
- Limit(int, int) - Constructor for class com.cloudinary.android.preprocess.Limit
-
Create a new Resize preprocess
- limitDimensionsChain(int, int) - Static method in class com.cloudinary.android.preprocess.ImagePreprocessChain
-
Convenience method for building an efficient dimension limiting chain using
BitmapDecoderandLimit.
P
- Parameters - Class in com.cloudinary.android.preprocess
-
Video transcoding parameters
- Parameters() - Constructor for class com.cloudinary.android.preprocess.Parameters
- PNG - com.cloudinary.android.preprocess.BitmapEncoder.Format
R
- Rotate - Class in com.cloudinary.android.preprocess
-
Preprocess for rotating.
- Rotate(int) - Constructor for class com.cloudinary.android.preprocess.Rotate
S
- saveFile(Context, Bitmap, int, BitmapEncoder.Format) - Method in class com.cloudinary.android.preprocess.BitmapEncoder
- setFrameRate(int) - Method in class com.cloudinary.android.preprocess.Parameters
- setHeight(int) - Method in class com.cloudinary.android.preprocess.Parameters
- setKeyFramesInterval(int) - Method in class com.cloudinary.android.preprocess.Parameters
- setRequestId(String) - Method in class com.cloudinary.android.preprocess.Parameters
- setTargetAudioBitrateKbps(int) - Method in class com.cloudinary.android.preprocess.Parameters
- setTargetVideoBitrateKbps(int) - Method in class com.cloudinary.android.preprocess.Parameters
- setWidth(int) - Method in class com.cloudinary.android.preprocess.Parameters
T
- Transcode - Class in com.cloudinary.android.preprocess
-
Preprocess implementation for video transcoding.
- Transcode(Parameters) - Constructor for class com.cloudinary.android.preprocess.Transcode
V
- valueOf(String) - Static method in enum com.cloudinary.android.preprocess.BitmapEncoder.Format
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.cloudinary.android.preprocess.BitmapEncoder.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VideoDecoder - Class in com.cloudinary.android.preprocess
-
Returns the decoded video uri from a given payload.
- VideoDecoder() - Constructor for class com.cloudinary.android.preprocess.VideoDecoder
- VideoEncoder - Class in com.cloudinary.android.preprocess
-
Returns the encoded video target file.
- VideoEncoder() - Constructor for class com.cloudinary.android.preprocess.VideoEncoder
- VideoPreprocessChain - Class in com.cloudinary.android.preprocess
-
A preprocess chain to run on videos before uploading.
- VideoPreprocessChain() - Constructor for class com.cloudinary.android.preprocess.VideoPreprocessChain
- videoTranscodingChain(Parameters) - Static method in class com.cloudinary.android.preprocess.VideoPreprocessChain
-
Convenience method for building an efficient video transcoding chain using
Transcode.
W
- WEBP - com.cloudinary.android.preprocess.BitmapEncoder.Format
All Classes All Packages