ly.img.android.pesdk.backend.model.state / VideoEditorSaveSettings / setExportDir

setExportDir

fun setExportDir(path: String): Unit

Set the Export directory save path of the captured image.

Parameters

path - the absolutely save directory

Return
this intent.

fun setExportDir(directory: Directory.EnvironmentDir, folderName: String): Unit

Set the Export directory save path of the captured image.

Parameters

directory - A specific system directory

folderName - A folder name will saved in the system directory.

Return
this intent.

fun setExportDir(directory: Directory.EnvironmentDirApi19, folderName: String): Unit

!!!Do not use Directory.DOCUMENTS until API 19.!!!

Set the Export directory save path of the captured image.

Parameters

directory - A specific system directory

folderName - A folder name will saved in the system directory.

Return
this intent.