Uses of Interface
org.opencastproject.metadata.mpeg7.Video
Packages that use Video
-
Uses of Video in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement VideoModifier and TypeClassDescriptionclassMultimediaContentTypeImpl<S extends Segment>TODO: Comment me!Methods in org.opencastproject.metadata.mpeg7 that return VideoModifier and TypeMethodDescriptionMpeg7.addVideoContent(String id, MediaTime time, MediaLocator locator) Adds video content to the catalog.Mpeg7CatalogImpl.addVideoContent(String id, MediaTime time, MediaLocator locator) Mpeg7.getVideoById(String id) Returns the video track with the given id ornullif the track does not exist.Mpeg7CatalogImpl.getVideoById(String id) Mpeg7.removeVideoContent(String id) Removes the video content with the specified id.Mpeg7CatalogImpl.removeVideoContent(String id) Methods in org.opencastproject.metadata.mpeg7 that return types with arguments of type VideoModifier and TypeMethodDescriptionMpeg7.videoContent()Returns an iteration of the tracks of typeVideo.Mpeg7CatalogImpl.videoContent()