data IDs
Return to Top  Previous Page  Next Page
Metods GetInfo and SetInfo requires parameters Type_ID and Info_ID. There are several enumerations declared in IExtendedAVITags interface: CInfo_Type_ID (fits as Tipe_ID) and CTags_ID, COther_Tags_ID, CVideo_ID, CAudio_ID (fits as Info_ID). You should use corresponding pairs of constants only:

Type_ID
Info_ID
Description
IDI_INFO_Tags
Use one of IDT_... constants.
See CTags_ID enumeration for details.
Extended RIFF INFO tags.
IDI_Other_Tags
Use one of IDO_... constants.
See COther_Tags_ID enumeration for details.
MovieID, IDivX tags et cetera
IDI_Video_Stream
Use one of IDV_... constants.
See CVideo_ID enumeration for details.
Technical details on video stream
IDI_Audio_Stream
Use one of IDA_... constants.
See CAudio_ID enumeration for details.
Technical details on the first audio stream
IDI_Audio_Stream2
Use one of IDA_... constants.
See CAudio_ID enumeration for details.
Technical details on the second audio stream
IDI_Audio_Stream3
Use one of IDA_... constants.
See CAudio_ID enumeration for details.
Technical details on the third audio stream
IDI_Structure_Tree
Use Info_ID = 0
The tree of RIFF structure of the AVI file. Contains lots of keywords like $(keyword) for the future replacement.