TagsEditor.ALL_AnalyzeSoundFile method |
|
Remarks
Analyzes a given sound file and, if any, determines the type of embedded tag(s) info.
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 ALL_AnalyzeSoundFile ( strPathname as String ) as enumTagAvailable |
[C#] public enumTagAvailable ALL_AnalyzeSoundFile ( string strPathname ); |
[C++] public: enumTagAvailable ALL_AnalyzeSoundFile ( string strPathname ); |
Parameter |
Description |
|
|
strPathname |
String representing the absolute pathname of the sound file to analyze for tags detection. |
Return value
Value |
Meaning |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Negative value |
An error occurred (see the LastError property for further error details) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Other values |
The combination of flags indicating which tags were detected inside the file under editing. Certain audio formats may contain more than one tag format; for example MP3 files may contain, inside the same file, tags in ID3V2, ID3V1 and LYRICS3 formats while WAV files may contain, inside the same file, CART and BEXT chunks.
The returned value can be a combination of the following flags:
|