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