TagsEditorMan class |
|
The TagsEditorMan class, accessible through the control's TagsEditor property, contains methods needed to manage meta tags information stored in sound files of various audio formats.
The TagsEditorMan 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 editing of tags see the How to edit tag info in sound files tutorial.
Methods
FLAC_PictureFrameAddFromBitmap
FLAC_PictureFrameAddFromMemoryFile
FLAC_PictureFrameMemoryFileGet
ID3V2_CommercialFrameAddWithBitmap
ID3V2_CommercialFrameAddWithFile
ID3V2_CommercialFrameAddWithMemoryFile
ID3V2_CommercialFramePictureBitmapGet
ID3V2_CommercialFramePictureFileGet
ID3V2_CommercialFramePictureMemoryFileGet
ID3V2_CommercialFrameReceivedAsGet
ID3V2_CommercialFramePictureSizeGet
ID3V2_EventTimingsFrameEventAdd
ID3V2_EventTimingsFrameEventCountGet
ID3V2_EventTimingsFrameEventInfoGet
ID3V2_EventTimingsFrameEventRemove
ID3V2_GeneralObjectFrameAddFromFile
ID3V2_GeneralObjectFrameAddFromMemoryFile
ID3V2_GeneralObjectFrameFileGet
ID3V2_GeneralObjectFrameInfoGet
ID3V2_GeneralObjectFrameMemoryFileGet
ID3V2_GeneralObjectFrameRemove
ID3V2_GeneralObjectFrameSizeGet
ID3V2_MusicCdIdentifierFrameAdd
ID3V2_MusicCdIdentifierFrameGet
ID3V2_MusicCdIdentifierFrameRemove
ID3V2_MusicCdIdentifierFrameSizeGet
ID3V2_PictureFrameAddFromBitmap
ID3V2_PictureFrameAddFromMemoryFile
ID3V2_PictureFrameMemoryFileGet
ID3V2_PlayCounterFrameCountGet
ID3V2_PlayCounterFrameCountSet
ID3V2_PopularimeterFrameCounterGet
ID3V2_PopularimeterFrameEmailGet
ID3V2_PopularimeterFrameRatingGet
ID3V2_PopularimeterFrameRemove
ID3V2_PrivateFrameAddFromMemoryFile
ID3V2_PrivateFrameMemoryFileGet
ID3V2_SynchLyricsFrameInfoNumGet
ID3V2_TermsOfUseFrameLanguageGet
ID3V2_UnsynchLyricsFrameInfoGet
ID3V2_UnsynchLyricsFrameRemove
ID3V2_UserTextFrameDescriptionGet
ID3V2_UserURLFrameDescriptionGet
MP4_PictureFrameAddFromMemoryFile
WAV_CartChunkTimeMarkerFieldGet
WAV_CartChunkTimeMarkerFieldSet
WAV_ListInfoChunkUniqueFramesCountGet
WAV_ListInfoChunkUniqueFramesIdGet
WMA_PictureFrameAddFromMemoryFile
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Samples of usage of tags editing through the TagsEditor object in Visual C# and Visual Basic.NET can be found inside the following samples installed with the product's setup package:
- TagsEditor
- WavChunkEditor