ly.img.android.pesdk.backend.exif / Exify / getDefinedTagCount

getDefinedTagCount

fun getDefinedTagCount(tag: Exify.TAG): int

Gets the defined number of elements for a ExifTagKey.

Parameters

tag - Exify.TAG: a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH}.

Return
int: the number of elements or ExifTagInfo#SIZE_UNDEFINED if the tag or the number of elements is not defined.

fun getDefinedTagCount(tagId: int): int

Gets the defined number of elements for a ExifTagKey.

Parameters

tagId - int: a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH}.

Return
int: the number of elements or ExifTagInfo#SIZE_UNDEFINED if the tag or the number of elements is not defined.