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