TagsReader.OGG_UniqueFramesCountGet method |
|
Remarks
Obtains the number of unique frames found inside the OGG Vorbis tag. The identifier of each unique frame can be obtained through the TagsReader.OGG_UniqueFramesIdGet method.
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.OGG_UniqueFramesCountGet ( ) as Integer |
[C++] short control.TagsReader.OGG_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 OGG Vorbis tag |