WithMediaItemsToPickFrom

class WithMediaItemsToPickFrom(items: List<MediaProcessor.Media>, requestMore: Runnable?) : MediaProcessor.Input.Result

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

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

Functions

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

Properties

items
Link copied to clipboard
val items: List<MediaProcessor.Media>
requestMore
Link copied to clipboard
val requestMore: Runnable? = null