InputStreamFactory

class InputStreamFactory : QMediaStoreUriLoader.Factory<DataT>

Factory for InputStream.

Constructors

Link copied to clipboard
open fun InputStreamFactory(context: Context)

Functions

Link copied to clipboard
fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Uri, DataT>
abstract fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<T, Y>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
fun teardown()
A lifecycle method that will be called when this factory is about to replaced.