TagsReader.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 TagsReader.ID3V2_UniqueFramesCountGet and TagsReader.ID3V2_UniqueFramesIdGet methods.
For further details about methods related to tags reading refer to the TagsReader object.
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Syntax
[Visual Basic] control.TagsReader.ID3V2_FrameCountGet ( strFrameId as String ) as Integer |
[C++] short control.TagsReader.ID3V2_FrameCountGet ( BSTR strFrameId ); |
Parameter |
Description |
|
|
strFrameId |
String containing the identifier of the specific frame to enumerate |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
Other values |
The number of frames having the given identifier inside the ID3V2 tag |