Uses of Interface
org.opencastproject.metadata.mpeg7.MediaLocator
-
Uses of MediaLocator in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement MediaLocatorFields in org.opencastproject.metadata.mpeg7 declared as MediaLocatorModifier and TypeFieldDescriptionprotected MediaLocatorMultimediaContentTypeImpl.mediaLocatorMedia locator pointing to the actual fileMethods in org.opencastproject.metadata.mpeg7 that return MediaLocatorModifier and TypeMethodDescriptionMultimediaContentType.getMediaLocator()Returns the track's media location.MultimediaContentTypeImpl.getMediaLocator()Methods in org.opencastproject.metadata.mpeg7 with parameters of type MediaLocatorModifier and TypeMethodDescriptionMpeg7.addAudioContent(String id, MediaTime time, MediaLocator locator) Adds audio content to the catalog.Mpeg7CatalogImpl.addAudioContent(String id, MediaTime time, MediaLocator locator) Mpeg7.addAudioVisualContent(String id, MediaTime time, MediaLocator locator) Adds audiovisual content to the catalog.Mpeg7CatalogImpl.addAudioVisualContent(String id, MediaTime time, MediaLocator locator) Mpeg7.addVideoContent(String id, MediaTime time, MediaLocator locator) Adds video content to the catalog.Mpeg7CatalogImpl.addVideoContent(String id, MediaTime time, MediaLocator locator) voidMultimediaContentType.setMediaLocator(MediaLocator locator) Sets the media locator for this multimedia content element.voidMultimediaContentTypeImpl.setMediaLocator(MediaLocator locator) Sets the content's media locator.