Interface MediaLocator

All Superinterfaces:
org.opencastproject.mediapackage.XmlElement
All Known Implementing Classes:
MediaLocatorImpl

public interface MediaLocator extends org.opencastproject.mediapackage.XmlElement
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

    Modifier and Type
    Method
    Description
    Returns the media uri of the track.

    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