Lizzy v1.1.1

christophedelory.content
Class VLCMetadataProvider

java.lang.Object
  extended by 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

Constructor Summary
VLCMetadataProvider()
          Deprecated.  
 
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
 

Constructor Detail

VLCMetadataProvider

public VLCMetadataProvider()
Deprecated. 
Method Detail

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)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.