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

getValueAsLongs

open fun getValueAsLongs(): LongArray!

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

Return
LongArray!: 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.