TagsEditor.WAV_ListInfoChunkUniqueFramesCountGet method |
|
Remarks
Obtains the number of unique frames found inside the LIST INFO chunk of the WAV file. The identifier of each unique frame can be obtained through the TagsEditor.WAV_ListInfoChunkUniqueFramesIdGet method.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function WAV_ListInfoChunkUniqueFramesCountGet ( ) as Int16 |
[C#] public Int16 WAV_ListInfoChunkUniqueFramesCountGet ( ); |
[C++] public: Int16 WAV_ListInfoChunkUniqueFramesCountGet ( ); |
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 LIST INFO chunk |