christophedelory.content
Class VLCMetadataProvider
java.lang.Object
christophedelory.content.VLCMetadataProvider
- All Implemented Interfaces:
- ContentMetadataProvider
Deprecated. Unable to make it work at the moment...
@Deprecated
public class VLCMetadataProvider
- extends Object
- implements ContentMetadataProvider
A content metadata provider based on a VideoLAN VLC Java binding, JVLC.
- Since:
- 1.0.0
- Version:
- $Revision: 90 $
- Author:
- Christophe Delory
|
Method Summary |
void |
fillMetadata(Content content,
Log logger)
Deprecated. Fills if possible the metadata of the specified content. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VLCMetadataProvider
public VLCMetadataProvider()
- Deprecated.
fillMetadata
public void fillMetadata(Content content,
Log logger)
throws Exception
- Deprecated.
- Description copied from interface:
ContentMetadataProvider
- Fills if possible the metadata of the specified content.
- Specified by:
fillMetadata in interface ContentMetadataProvider
- 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.
Exception - if any error occurs.- See Also:
ContentMetadataCenter.fillMetadata(christophedelory.content.Content)
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.