CompressorVideo

class CompressorVideo(val configuration: () -> Configuration) : MultimediaCompressor

Constructors

Link copied to clipboard
constructor(configuration: () -> Configuration)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend fun compress(context: Context, uri: Uri, progress: (progress: Int) -> Unit = {}): PickerResponse
open suspend override fun compress(context: Context, uris: List<Uri>, progress: (progress: Int) -> Unit): List<PickerResponse>
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)