Interface MediaLocator
- All Superinterfaces:
XmlElement
- All Known Implementing Classes:
MediaLocatorImpl
The media locator tells where the audio/video track is located.
<complexType name="MediaLocatorType">
<sequence>
<choice minOccurs="0">
<element name="MediaUri" type="anyURI"/>
<element name="InlineMedia" type="mpeg7:InlineMediaType"/>
</choice>
<element name="StreamID" type="nonNegativeInteger" minOccurs="0"/>
</sequence>
</complexType>
-
Method Summary
Methods inherited from interface org.opencastproject.mediapackage.XmlElement
toXml
-
Method Details
-
getMediaURI
URI getMediaURI()Returns the media uri of the track.- Returns:
- the media uri
-