WithMediaItemsToPickFrom

Contains a list of Media items from which user can pick one for processing. requestMore can be provided optionally, when Input has more Media items available.

Constructors

Link copied to clipboard
constructor(items: List<MediaProcessor.Media>, requestMore: Runnable? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String