Class MediaLocatorImpl

java.lang.Object
org.opencastproject.metadata.mpeg7.MediaLocatorImpl
All Implemented Interfaces:
XmlElement, MediaLocator

public class MediaLocatorImpl extends Object implements MediaLocator
TODO: Comment me!
  • Constructor Details

    • MediaLocatorImpl

      public MediaLocatorImpl()
      Creates a new and empty (read: invalid) media locator.
    • MediaLocatorImpl

      public MediaLocatorImpl(URI mediaURI)
      Creates a new media locator with the specified uri.
      Parameters:
      mediaURI - the media uri
  • Method Details