content.setDuration(123);
content.setExpression(Expression.SAMPLE);
content.setFilesize(12345);
content.setFramerate(123);
content.setLanguage("en");
MediaTitle title = content.addExtension(TITLE);
title.setType(Type.PLAIN);
title.setText("This is a sample");
ByteArrayOutputStream out = new ByteArrayOutputStream();
entry.writeTo(out);