Copyright © 2008-2019 MultiMedia Soft

TagsEditor.ID3V2_UniqueFramesIdGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains a unique frame identifier between the list of unique frames enumerated inside the ID3V2 tag through a previous call to the TagsEditor.ID3V2_UniqueFramesCountGet method.

 

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_UniqueFramesIdGet (

nFrameIndex as Integer

) as String


 

[C++]

BSTR control.TagsEditor.ID3V2_UniqueFramesIdGet (

short nFrameIndex

);


 

Parameter

Description

 

 

nFrameIndex

Zero-based index of the frame.

 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred (see the LastError property for further error details)

Valid string

String containing the unique frame identifier