TagsEditor.WMA_PictureFrameCountGet method |
|
Remarks
Obtains the number of picture frames, identified by the "WM/Picture" attribute, available inside the WMA tag.
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 WMA_PictureFrameCountGet ( ) as Int16 |
[C#] public Int16 WMA_PictureFrameCountGet ( ); |
[C++] public: Int16 WMA_PictureFrameCountGet ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the property for further error details) |
Other values |
The number of picture frames available inside the WMA tag |