Class DefaultMediaMetaDataService

java.lang.Object
de.hybris.platform.mediaconversion.metadata.DefaultMediaMetaDataService
All Implemented Interfaces:
MediaMetaDataService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class DefaultMediaMetaDataService extends Object implements MediaMetaDataService, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Default implementation of the MediaMetaDataService. This implementation delegates metadata extraction to all MediaMetaDataProvider instances registered in the Spring Application Context. It furthermore maintains the MediaModel.METADATADATAPK flag whether meta data was extracted from the media or not.