org.weblab_project.core.model.multimedia
Class Audio

java.lang.Object
  extended by org.weblab_project.core.model.Resource
      extended by org.weblab_project.core.model.MediaUnit
          extended by org.weblab_project.core.model.multimedia.BinaryMediaUnit
              extended by 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

Field Summary
 
Fields inherited from class org.weblab_project.core.model.multimedia.BinaryMediaUnit
content
 
Fields inherited from class org.weblab_project.core.model.MediaUnit
segment
 
Fields inherited from class org.weblab_project.core.model.Resource
annotation, descriptor, uri
 
Constructor Summary
Audio()
           
 
Method Summary
 
Methods inherited from class org.weblab_project.core.model.multimedia.BinaryMediaUnit
getContent, setContent
 
Methods inherited from class org.weblab_project.core.model.MediaUnit
getSegment
 
Methods inherited from class org.weblab_project.core.model.Resource
getAnnotation, getDescriptor, getUri, setUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Audio

public Audio()


Copyright © 2004-2009. All Rights Reserved.