A
B
C
D
E
F
G
H
I
L
N
O
P
R
S
W
R
- release() - function in com.aureusapps.android.webpandroid.decoder.WebPDecoder
- Releases the resources used by the WebPDecoder object.
- release() - function in com.aureusapps.android.webpandroid.encoder.WebPAnimEncoder
- Releases any resources associated with the WebP encoder.
- release() - function in com.aureusapps.android.webpandroid.encoder.WebPEncoder
- Releases the resources associated with the WebPEncoder instance.
- removeDecodeListener(WebPDecodeListener) - function in com.aureusapps.android.webpandroid.decoder.WebPDecoder
- Removes a decode listener.
- removeProgressListener(WebPAnimEncoderProgressListener) - function in com.aureusapps.android.webpandroid.encoder.WebPAnimEncoder
- Removes a progress listener from the WebP animation encoder.
- removeProgressListener(WebPEncoderProgressListener) - function in com.aureusapps.android.webpandroid.encoder.WebPEncoder
- Removes a progress listener to stop receiving encoding progress updates.
- reset() - function in com.aureusapps.android.webpandroid.decoder.WebPDecoder
- Resets the decoder's state to its initial configuration and sets the current frame index to 0.
- RESULT_FILE_EXISTS - enum entry in com.aureusapps.android.webpandroid.CodecResult
- RESULT_FILE_NOT_FOUND - enum entry in com.aureusapps.android.webpandroid.CodecResult
- resultCodeToCodecResult(Integer) - function in com.aureusapps.android.webpandroid.utils.CodecHelper