Class | Description |
---|---|
WavInfoTag |
Represent wav metadata found in the LISTINFO Chunk
An LIST INFO chunk was the original way to store metadata but similarly to ID3v1 it suffers from a limited
set of fields, although non-standard extra field cannot be added, notably there is no support for images.
|
WavTag |
Represent wav metadata found in a Wav file
This can come from LIST INFO chunk or ID3 tag, LIST INFO can only contain a subset of what can be held in an ID3v2 tag,
The default is that ID3 takes precedence if it exists
|
Copyright © 2005–2020 jthink.net. All rights reserved.