FrameCharacteristics

class FrameCharacteristics : Parcelable

Created by chbrown on 2/8/18.

Types

Link copied to clipboard
class Builder
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val CREATOR: Parcelable.Creator<FrameCharacteristics>
Link copied to clipboard
Link copied to clipboard
val JPEG: String = ".jpg"
Link copied to clipboard
val PNG: String = ".png"
Link copied to clipboard
val WEBP: String = ".webp"

Functions

Link copied to clipboard
@Nullable
open fun compressFormat(): Bitmap.CompressFormat
Link copied to clipboard
Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun storeFrames(): Boolean
Link copied to clipboard
@NonNull
open fun toExtension(): String
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)