getTagsForTagId

Returns a list of ExifTags that share a TID (which can be obtained by calling on a defined tag constant) or null if none exist.

Return

a List of s.

Parameters

tagId

a TID as defined in the exif standard (or with defineTag ).

open fun getTagsForTagId(tagId: Short): List<ExifTagInfo>