Copyright © 2008-2019 MultiMedia Soft

TagsEditor.ID3V2_FrameCountGet method

Previous pageReturn to chapter overviewNext page

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 TagsEditor object.

For details about the editing of tags see the How to edit tag info in sound files tutorial.

 

 

Syntax

 

[Visual Basic]

control.TagsEditor.ID3V2_FrameCountGet (

strFrameId as String

) as Integer


 

[C++]

short control.TagsEditor.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