}
// TestTODO
public IITEncoderCollection getEncoders() throws JitcaGeneralException {
try {
return new ITEncoderCollectionImpl(
this.iTunesCom.getPropertyAsDispatchObject("Encoders"));
} catch (DispatchObjectNullException e) {
return null; // no encoders
}
}