Interface MovingRegion
- All Superinterfaces:
XmlElement
- All Known Subinterfaces:
VideoText
- All Known Implementing Classes:
VideoTextImpl
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 Summary
Modifier and TypeMethodDescriptionReturns the spatio temporal locator.voidSets the spatio temporal locator.Methods inherited from interface org.opencastproject.mediapackage.XmlElement
toXml
-
Method Details
-
setSpatioTemporalLocator
Sets the spatio temporal locator.- Parameters:
locator- the region locator
-
getSpatioTemporalLocator
SpatioTemporalLocator getSpatioTemporalLocator()Returns the spatio temporal locator.- Returns:
- the locator
-