getDefinedTagCount

Gets the defined number of elements for a ExifTagKey.

Return

the number of elements or if the tag or the number of elements is not defined.

Parameters

tag

a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH} .

open fun getDefinedTagCount(tag: Exify.TAG): Int

Gets the defined number of elements for a ExifTagKey.

Return

the number of elements or if the tag or the number of elements is not defined.

Parameters

tagId

a defined tag constant, e.g. {@see #ExifTagKey.IMAGE_WIDTH} .

open fun getDefinedTagCount(tagId: Int): Int