Creates an instance with no image data. super(AsfFieldKey.BANNER_IMAGE);
super(AsfFieldKey.BANNER_IMAGE);
Creates an instance with given descriptor as image content.paramdescriptor image content. super(descriptor); assert descriptor.getName().equals( AsfFieldKey.BANNER_IMAGE.getFieldName());
super(descriptor); assert descriptor.getName().equals( AsfFieldKey.BANNER_IMAGE.getFieldName());
Creates an instance with specified data as image content.paramimageData image content. super(new MetadataDescriptor(ContainerType.CONTENT_BRANDING, AsfFieldKey.BANNER_IMAGE.getFieldName(), MetadataDescriptor.TYPE_BINARY)); this.toWrap.setBinaryValue(imageData);
super(new MetadataDescriptor(ContainerType.CONTENT_BRANDING, AsfFieldKey.BANNER_IMAGE.getFieldName(), MetadataDescriptor.TYPE_BINARY)); this.toWrap.setBinaryValue(imageData);
{@inheritDoc} return this.toWrap.getRawDataSize();
return this.toWrap.getRawDataSize();
{@inheritDoc} return getRawContent();
return getRawContent();