EditorSaveState

class EditorSaveState : ImglyState

Types

Event
Link copied to clipboard
object Event
OnResultSaved
Link copied to clipboard
interface OnResultSaved

Functions

determineExportFormat
Link copied to clipboard

Current export format with determine from the source uri if exportFormat is AUTO. This is currently only working for jpeg and png, video returns always MP4.

fun determineExportFormat(): ExportFormat
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getExportOperatorClasses
Link copied to clipboard
fun getExportOperatorClasses(): Array<Class<Out RoxOperation?>>
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasOperations
Link copied to clipboard
fun hasOperations(excludeTrim: Boolean): Boolean
notifyExportDone
Link copied to clipboard
fun notifyExportDone()
notifyExportStartedInBackground
Link copied to clipboard
fun notifyExportStartedInBackground()
prepareOutputUri
Link copied to clipboard
fun prepareOutputUri(activity: <ERROR CLASS>, block: () -> Unit)
reset
Link copied to clipboard
fun reset()
saveResult
Link copied to clipboard
fun saveResult(callback: EditorSaveState.OnResultSaved)
fun saveResult(context: <ERROR CLASS>?, callback: (<ERROR CLASS>, <ERROR CLASS>?, <ERROR CLASS>?) -> Unit)
fun saveResult(context: <ERROR CLASS>?, callback: EditorSaveState.OnResultSaved, onResultSaveProgress: <ERROR CLASS>?)
toString
Link copied to clipboard
open override fun toString(): String

Properties

isInExportMode
Link copied to clipboard

The current state of the export mode

var isInExportMode: Boolean
outputUri
Link copied to clipboard

The uri you want to use to export the file to.

var outputUri: <ERROR CLASS>?