TagsReader object |
|
The TagsReader object, accessible through the control's TagsReader property, is internally implemented as a COM interface called ITagsReader and contains methods needed to manage meta tags information stored in sound files of various audio formats.
The TagsReader object is implemented through a set of methods covering various tagging formats: APE, FLAC, ID3V1, ID3V2, LYRICS3, MP4, OGG Vorbis, WAV and WMA.
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Methods
FLAC_PictureFrameMemoryFileGet
ID3V2_CommercialFramePictureBitmapGet
ID3V2_CommercialFramePictureFileGet
ID3V2_CommercialFramePictureMemoryFileGet
ID3V2_CommercialFrameReceivedAsGet
ID3V2_CommercialFramePictureSizeGet
ID3V2_EventTimingsFrameEventCountGet
ID3V2_EventTimingsFrameEventInfoGet
ID3V2_GeneralObjectFrameFileGet
ID3V2_GeneralObjectFrameInfoGet
ID3V2_GeneralObjectFrameMemoryFileGet
ID3V2_GeneralObjectFrameSizeGet
ID3V2_MusicCdIdentifierFrameGet
ID3V2_MusicCdIdentifierFrameSizeGet
ID3V2_PictureFrameMemoryFileGet
ID3V2_PlayCounterFrameCountGet
ID3V2_PopularimeterFrameCounterGet
ID3V2_PopularimeterFrameEmailGet
ID3V2_PopularimeterFrameRatingGet
ID3V2_PrivateFrameMemoryFileGet
ID3V2_SynchLyricsFrameInfoNumGet
ID3V2_TermsOfUseFrameLanguageGet
ID3V2_UnsynchLyricsFrameInfoGet
ID3V2_UserTextFrameDescriptionGet
ID3V2_UserURLFrameDescriptionGet
WAV_CartChunkTimeMarkerFieldGet
WAV_ListInfoChunkUniqueFramesCountGet
WAV_ListInfoChunkUniqueFramesIdGet
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Samples of usage of tags reading in Visual C++ and Visual Basic 6 can be found inside the following samples installed with the product's setup package:
- TagsReader