}
// TestTODO
public IITEQPresetCollection getEQPresets() throws JitcaGeneralException {
try {
return new ITEQPresetCollectionImpl(
this.iTunesCom.getPropertyAsDispatchObject("EQPresets"));
} catch (DispatchObjectNullException e) {
return null; // no EQ Presets
}
}