public interface MediaPackageSerializer
| Modifier and Type | Method and Description |
|---|---|
URI |
decodeURI(URI path)
This method is called every time a url is being read from a media package manifest.
|
URI |
encodeURI(URI uri)
This method is called every time a url is being written to a media package manifest.
|
int |
getRanking()
Identifies the serializer ranking number.
|
URI encodeURI(URI uri) throws URISyntaxException
uri - the url to encodeURISyntaxException - if the resulting URI contains syntax errorsURI decodeURI(URI path) throws URISyntaxException
path - the original path from the manifestURISyntaxException - if the path cannot be converted into a urlURISyntaxException - if the resulting URI contains syntax errorsint getRanking()
Copyright © 2009–2021 Opencast Project. All rights reserved.