Package 

Class IImageCapture.OutputFileOptions.Builder

    • Constructor Detail

      • IImageCapture.OutputFileOptions.Builder

        IImageCapture.OutputFileOptions.Builder(File file)
        Creates options to write captured image to a File.
        Parameters:
        file - save location of the image.
      • IImageCapture.OutputFileOptions.Builder

        IImageCapture.OutputFileOptions.Builder(ContentResolver contentResolver, Uri saveCollection, ContentValues contentValues)
        Creates options to write captured image to MediaStore.
        Parameters:
        contentResolver - to access MediaStore
        saveCollection - The URL of the table to insert into.
        contentValues - to be included in the created image file.
      • IImageCapture.OutputFileOptions.Builder

        IImageCapture.OutputFileOptions.Builder(OutputStream outputStream)
        Creates options that write captured image to a OutputStream.
        Parameters:
        outputStream - save location of the image.