TagsReaderMan class |
|
The TagsReaderMan class, accessible through the control's TagsReader property, contains methods needed to manage meta tags information stored in sound files of various audio formats.
The TagsReaderMan class 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 editing through the TagsReader object in Visual C# and Visual Basic.NET can be found inside the following samples installed with the product's setup package:
- TagsReader