I’m trying to learn how to create a custom DVR playlist request delegate by following this doc:
https://www.wowza.com/docs/how-to-use-wowza-ndvr-playlist-request-api
However, I couldn’t find the api documentation of several classes used in the sample:
com.wowza.wms.dvr.DvrBasePlaylistRequestDelegate
com.wowza.wms.dvr.DvrPlaylistRequest
The api documentation I’m looking at is:
https://www.wowza.com/resources/serverapi/
Are these classes not fully public? It would be helpful to have their documentation though if we are supposed to use them for creating the delegate.
Thanks,
Wendong