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

forceGetValueAsLong

open fun forceGetValueAsLong(defaultValue: Long): Long

Gets a long representation of the value.

Parameters

defaultValue - Long: value to return if there is no value or value is a rational with a denominator of 0.

Return
Long: the tag's value as a long, or defaultValue if no representation exists.