Package nl.vpro.media.odi
Interface OdiService
- All Known Implementing Classes:
OdiServiceImpl
public interface OdiService
See https://jira.vpro.nl/browse/MSE-1788
TODO: Name is not correct, It does not do only 'odi'.
- Since:
- 1.8*
- Author:
- Roelof Jan Koekoek
-
Method Summary
Modifier and TypeMethodDescriptionplayLocation(Location location, jakarta.servlet.http.HttpServletRequest request, String... pubOptions) playMedia(MediaObject media, jakarta.servlet.http.HttpServletRequest request, String... pubOptions)
-
Method Details
-
playMedia
LocationResult playMedia(MediaObject media, jakarta.servlet.http.HttpServletRequest request, String... pubOptions) -
playLocation
LocationResult playLocation(Location location, jakarta.servlet.http.HttpServletRequest request, String... pubOptions) -
playUrl
LocationResult playUrl(String url, jakarta.servlet.http.HttpServletRequest request, String... pubOptions)
-