christophedelory.content
Interface ContentMetadataProvider
- All Known Implementing Classes:
- FFMPEGMetadataProvider, ImageMetadataProvider, SoundMetadataProvider, VLCMetadataProvider
public interface ContentMetadataProvider
Fills the metadata of a given content
.
- Since:
- 1.0.0
- Version:
- $Revision: 92 $
- Author:
- Christophe Delory
- See Also:
ContentMetadataCenter
Method Summary |
void |
fillMetadata(Content content,
Log logger)
Fills if possible the metadata of the specified content. |
fillMetadata
void fillMetadata(Content content,
Log logger)
throws Exception
- Fills if possible the metadata of the specified content.
- Parameters:
content
- a content. Shall not be null
.logger
- the logger that may be used during the metadata extraction process, if needed. Shall not be null
.
- Throws:
NullPointerException
- if content
is null
.
NullPointerException
- if logger
is null
.
Exception
- if any error occurs.- See Also:
ContentMetadataCenter.fillMetadata(christophedelory.content.Content)
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.