org.weblab_project.core.model.multimedia
Class Audio
java.lang.Object
org.weblab_project.core.model.Resource
org.weblab_project.core.model.MediaUnit
org.weblab_project.core.model.multimedia.BinaryMediaUnit
org.weblab_project.core.model.multimedia.Audio
- All Implemented Interfaces:
- java.io.Serializable
public class Audio
- extends BinaryMediaUnit
- implements java.io.Serializable
An audio unit describes audio content out of media document. It does not have any particular attribute but only allow describing the structure.
As a resource it can be annotated to describe the audio content. It can also be described using low level descriptors. The original content may be in content field or a reference using
an annotation should be made to the content.
Data Exchange Model for WebLab platform provided by EADS Multimedia package - Version 1.1 - 2009/05
Java class for audio complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="audio">
<complexContent>
<extension base="{http://weblab-project.org/core/model/multimedia}binaryMediaUnit">
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Constructor Summary |
Audio()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Audio
public Audio()
Copyright © 2004-2010. All Rights Reserved.