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

getValueAsLongs

fun getValueAsLongs(): kotlin.Array<long>

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

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