ly.img.android.pesdk.backend.exif / ExifTagInfo / getValueAsInts

getValueAsInts

fun getValueAsInts(): kotlin.Array<int>

Gets the value as an array of ints. This method should be used for tags of type #TYPE_UNSIGNED_SHORT, #TYPE_UNSIGNED_LONG.

Return
kotlin.Array<int>: the value as as an array of ints, or null if the tag's value does not exist or cannot be converted to an array of ints.