TagsEditor.ID3V2_FrameCountGet method |
|
Remarks
Obtains the number of frames having the given identifier inside the ID3V2 tag. Identifiers of frames available inside the ID3V2 tag can be enumerated using the combination of the TagsEditor.ID3V2_UniqueFramesCountGet and TagsEditor.ID3V2_UniqueFramesIdGet methods.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function ID3V2_FrameCountGet ( strText as String ) as Int16 |
[C#] public Int16 ID3V2_FrameCountGet ( LPCTSTR strText ); |
[C++] public: Int16 ID3V2_FrameCountGet ( LPCTSTR strText ); |
Parameter |
Description |
|
|
strFrameId |
String containing the identifier of the specific frame to enumerate |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the property for further error details) |
Other values |
The number of frames having the given identifier inside the ID3V2 tag |