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

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

   for cur_ido := 0
 to IDO_max do begin
      ... cur_ido ...
   end;

IDO_JUNK
Textual information from JUNK chunks
IDO_IDivX_Title
IDivX tags - Title
IDO_IDivX_Author
IDivX tags - Author (i.e. Director)
IDO_IDivX_Genre
IDivX tags - Genre, actually the number [0..999] see description below:
0   Action  
1   Action/Adventure  
2   Adventure  
3   Adult  
4   Anime  
5   Cartoon  
6   Claymation  
7   Comedy  
8   Commercial  
9   Documentary  
10   Drama  
11   Home Video  
12   Horror  
13   Infomercial  
14   Interactive  
15   Mystery  
16   Music Video  
17   Other  
18   Religion  
19   Sci Fi  
20   Thriller  
21   Western  
IDO_IDivX_Year
IDivX tags - Year
IDO_IDivX_Comments
IDivX tags - Comments
IDO_IDivX_Rating
IDivX tags - Rating (i.e. Age Certificate), actually the number [0..9] see description below:
0   Unrated  
1   G  
2   PG  
3   PG-13  
4   R  
5   NC-17  
IDO_MovieID_TITL
MoveID tags - Title
IDO_MovieID_DIRC
MoveID tags - Director
IDO_MovieID_YEAR
MoveID tags - Year
IDO_MovieID_GENR
MoveID tags - Genre
IDO_MovieID_COMM
MoveID tags - Comments
IDO_MovieID_LANG
MoveID tags - Language
IDO_MovieID_AGES
MoveID tags - Age Certificate
IDO_MovieID_PRT1
MoveID tags - Part
IDO_MovieID_PRT2
MoveID tags - Total number of parts
IDO_MovieID_STAR
MoveID tags - Starring
IDO_MovieID_CODE
MoveID tags - Encoded by
IDO_Adobe_Premier
Information from Adobe Premier container