Uses of Interface
org.opencastproject.metadata.mpeg7.Audio
-
Uses of Audio in org.opencastproject.metadata.mpeg7
Classes in org.opencastproject.metadata.mpeg7 that implement AudioModifier and TypeClassDescriptionclassMultimediaContentTypeImpl<S extends Segment>TODO: Comment me!Methods in org.opencastproject.metadata.mpeg7 that return AudioModifier and TypeMethodDescriptionMpeg7.addAudioContent(String id, MediaTime time, MediaLocator locator) Adds audio content to the catalog.Mpeg7CatalogImpl.addAudioContent(String id, MediaTime time, MediaLocator locator) Mpeg7.getAudioById(String id) Returns the audio track with the given id ornullif the track does not exist.Mpeg7CatalogImpl.getAudioById(String id) Mpeg7.removeAudioContent(String id) Removes the audio content with the specified id.Mpeg7CatalogImpl.removeAudioContent(String id) Methods in org.opencastproject.metadata.mpeg7 that return types with arguments of type AudioModifier and TypeMethodDescriptionMpeg7.audioContent()Returns an iteration of the tracks of typeAudio.Mpeg7CatalogImpl.audioContent()