Copyright © 2008-2019 MultiMedia Soft

TagsEditor.APE_UniqueFramesCountGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of unique frames found inside the APE tag. The identifier of each unique frame can be obtained through the TagsEditor.APE_UniqueFramesIdGet 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.APE_UniqueFramesCountGet (

) as Integer


 

[C++]

short control.TagsEditor.APE_UniqueFramesCountGet (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

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

Other values

The number of unique frames found inside the APE tag