TagsReader.ALL_AnalyzeSoundOnPlayer method |
|
Remarks
Analyzes the sound currently loaded inside the given player and, if any, determines the type of embedded tag(s) info.
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.ALL_AnalyzeSoundOnPlayer ( nPlayer as Integer ) as enumTagAvailable |
[C++] short control.TagsReader.ALL_AnalyzeSoundOnPlayer ( short nPlayer ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player. |
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:
|