CTags_ID
Return to Top  Previous Page  Next Page
AVITags DLL has CTags_ID enumeration declared in IExtendedAVITags interface for access RIFF INFO tags in the information container. These constants are suited to be Info_ID parameter in GetInfo and SetInfo methods. Note, you must use IDI_INFO_Tags for Type_ID parameter to refer INFO tags properly.

All the constants in the enumeration lie in the range
[0 .. IDT_max], so if you want to count all the IDT_... values, use following construction:

   for cur_idt := 0
 to IDT_max do begin
      ... cur_idt ...
   end;

IDT_INAM
Title
IDT_IART
Director
IDT_ICOP
Copyright
IDT_IPRD
Product
IDT_ICRD
Creation Date
IDT_IGNR
Genre
IDT_ISGN
Secondary Genre
IDT_ISBJ
Subject
IDT_IKEY
Keywords
IDT_ICMT
Comments
IDT_IWRI
Written by
IDT_IPRO
Produced by
IDT_ICNM
Cinematographer
IDT_IPDS
Production Designer
IDT_IEDT
Edited by
IDT_ICDS
Costume Designer
IDT_IMUS
Music by
IDT_ISTD
Production Studio
IDT_IDST
Distributed by
IDT_ICNT
Country
IDT_ILNG
Language
IDT_IRTD
Rating
IDT_ISTR
Starring
IDT_ISFT
Software
IDT_ITCH
Encoded by
IDT_IENG
Digitized by
IDT_IWEB
Internet Address
IDT_IDIT
Digitizing Date
IDT_ISMP
SMPTE time code
IDT_ISRF
Source Form
IDT_IMED
Medium
IDT_ISRC
Source
IDT_IARL
Archival Location
IDT_ICMS
Commissioned by
IDT_IPRT
Part
IDT_IFRM
Total Number of Parts
IDT_ICRP
Cropped
IDT_ISHP
Sharpness
IDT_IDIM
Dimensions
IDT_ILGT
Lightness
IDT_IDPI
Dots Per Inch
IDT_IPLT
Palette Setting
IDT_IAS1
Language of the first audio stream
IDT_IAS2
Language of the second audio stream
IDT_IAS3
Language of the third audio stream
IDT_IAS4
Language of the fourth audio stream
IDT_IAS5
Language of the fifth audio stream
IDT_IAS6
Language of the sixth audio stream
IDT_IAS7
Language of the seventh audio stream
IDT_IAS8
Language of the eighth audio stream
IDT_IAS9
Language of the ninth audio stream
IDT_ICAS
Default audio stream
IDT_IBSU
Base URL
IDT_ILGU
Logo URL
IDT_ILIU
Logo Icon URL
IDT_IWMU
Watermark URL
IDT_IMIU
More Info URL
IDT_IMBI
More Info Banner Image
IDT_IMBU
More Info Banner URL
IDT_IMIT
More Info Text
IDT_IENC
Encoded by (GSpot tag - it's better to use IDT_ITCH instead of)
IDT_IRIP
Ripped by (GSpot tag - it's better to use IDT_IENG instead of)