}
// TestTODO
public IITEncoder getCurrentEncoder() throws JitcaGeneralException {
try {
return new ITEncoderImpl(
this.iTunesCom
.getPropertyAsDispatchObject("CurrentEncoder"));
} catch (DispatchObjectNullException e) {
return null; // no current encoder
}