377378379380381382383
/** * Create empty basic Object. * @return */ public VLCObject newObject() { return new VLCObject(); }