TagsEditor.FLAC_PictureFrameCountGet method |
|
Remarks
Obtains the number of picture frames available inside the FLAC tag.
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.FLAC_PictureFrameCountGet ( ) as Integer |
[C++] short control.TagsEditor.FLAC_PictureFrameCountGet ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
Other values |
The number of picture frames available inside the FLAC tag |