Copyright © 2005-2019 MultiMedia Soft

TagsReader.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 TagsReader.ID3V2_UniqueFramesCountGet and TagsReader.ID3V2_UniqueFramesIdGet methods.

 

For further details about methods related to tags reading refer to the TagsReaderMan class.

For details about the reading of tags see the How to read TAG information 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