Package com.wowza.wms.dvr
Interface IDvrPlayerAdapter
public interface IDvrPlayerAdapter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
calcBitrate
(IDvrStreamStore store, int type, long t) determineStreamVersion
(IDvrStreamManager dvrMgr, String baseStreamName) com.wowza.wms.dvr.DvrPlaylistRequest
getDvrPlaylistRequest
(IHTTPStreamerApplicationContext appContext, IDvrStreamStore store, Map<String, String> queryMap) com.wowza.wms.dvr.DvrPlaylistRequest
getDvrPlaylistRequest
(IHTTPStreamerApplicationContext appContext, List<IDvrStreamStore> stores, Map<String, String> queryMap) com.wowza.wms.dvr.mbr.IDvrMbrPlaylistAlignment
getPlaylistAlignment
(IHTTPStreamerSession httpStreamerSession) boolean
isPlaylistReady
(IDvrStreamStore store, com.wowza.wms.dvr.DvrPlaylistRequest playlistRequest) boolean
isPlaylistReady
(List<IDvrStreamStore> stores, com.wowza.wms.dvr.DvrPlaylistRequest dvrPlaylistRequest) void
setEnableDataEvents
(boolean enableDataEvents)
-
Field Details
-
QUERY_PARAM_DVR
- See Also:
-
-
Method Details
-
isPlaylistReady
boolean isPlaylistReady(IDvrStreamStore store, com.wowza.wms.dvr.DvrPlaylistRequest playlistRequest) -
isPlaylistReady
boolean isPlaylistReady(List<IDvrStreamStore> stores, com.wowza.wms.dvr.DvrPlaylistRequest dvrPlaylistRequest) -
determineStreamVersion
-
calcBitrate
-
getDvrPlaylistRequest
com.wowza.wms.dvr.DvrPlaylistRequest getDvrPlaylistRequest(IHTTPStreamerApplicationContext appContext, IDvrStreamStore store, Map<String, String> queryMap) -
getDvrPlaylistRequest
com.wowza.wms.dvr.DvrPlaylistRequest getDvrPlaylistRequest(IHTTPStreamerApplicationContext appContext, List<IDvrStreamStore> stores, Map<String, String> queryMap) -
getPlaylistAlignment
com.wowza.wms.dvr.mbr.IDvrMbrPlaylistAlignment getPlaylistAlignment(IHTTPStreamerSession httpStreamerSession) -
setEnableDataEvents
void setEnableDataEvents(boolean enableDataEvents)
-