Interface MovingRegion

All Superinterfaces:
org.opencastproject.mediapackage.XmlElement
All Known Subinterfaces:
VideoText
All Known Implementing Classes:
VideoTextImpl

public interface MovingRegion extends org.opencastproject.mediapackage.XmlElement
A MovingRegion describes the location, the movement and contents of elements on a video segment:
 <complexType name="MovingRegionType">
   <complexContent>
     <extension base="mpeg7:SegmentType">
       <sequence>
         <choice minOccurs="0">
           <element name="SpatioTemporalLocator" type="mpeg7:SpatioTemporalLocatorType"/>
           <element name="SpatioTemporalMask" type="mpeg7:SpatioTemporalMaskType"/>
         </choice>
         <choice minOccurs="0" maxOccurs="unbounded">
           <element name="VisualDescriptor" type="mpeg7:VisualDType"/>
           <element name="VisualDescriptionScheme" type="mpeg7:VisualDSType"/>
           <element name="VisualTimeSeriesDescriptor" type="mpeg7:VisualTimeSeriesType"/>
           <element name="GofGopFeature" type="mpeg7:GofGopFeatureType"/>
         </choice>
         <element name="MultipleView" type="mpeg7:MultipleViewType" minOccurs="0"/>
         <choice minOccurs="0" maxOccurs="unbounded">
           <element name="SpatialDecomposition" type="mpeg7:MovingRegionSpatialDecompositionType"/>
           <element name="TemporalDecomposition" type="mpeg7:MovingRegionTemporalDecompositionType"/>
           <element name="SpatioTemporalDecomposition" type="mpeg7:MovingRegionSpatioTemporalDecompositionType"/>
           <element name="MediaSourceDecomposition" type="mpeg7:MovingRegionMediaSourceDecompositionType"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Method Details

    • setSpatioTemporalLocator

      void setSpatioTemporalLocator(SpatioTemporalLocator locator)
      Sets the spatio temporal locator.
      Parameters:
      locator - the region locator
    • getSpatioTemporalLocator

      SpatioTemporalLocator getSpatioTemporalLocator()
      Returns the spatio temporal locator.
      Returns:
      the locator