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