|
How to retrieve information about loaded songs |
![]() ![]()
|
Audio DJ Studio can easily retrieve information about the song contents. If you work with single song files you can:
If you work with playlists you can:
Sound files in WAV format may contain information stored inside "chunks": Audio DJ Studio can retrieve contents of BEXT and CART chunks in the following way:
* GetWavChunkStringInfo for string fields * GetWavChunkNumericInfo for numeric fields * GetWavChunkBinaryInfo for binary fields
Tags contents can be obtained through a set of dedicated methods: see the How to read TAG information in sound files and How to retrieve basic TAG information from the sound loaded into a player tutorials for details.
|