Uses of Class
com.wowza.wms.manifest.builder.ManifestUpdate
-
Packages that use ManifestUpdate Package Description com.wowza.wms.manifest.builder -
-
Uses of ManifestUpdate in com.wowza.wms.manifest.builder
Method parameters in com.wowza.wms.manifest.builder with type arguments of type ManifestUpdate Modifier and Type Method Description static void
ManifestService. registerManifestRequest(com.wowza.wms.httpstreamer.PlaylistKey playlistKey, java.util.function.Consumer<ManifestUpdate> manifestHandler)
static void
ManifestService. unRegisterManifestRequest(com.wowza.wms.httpstreamer.PlaylistKey playlistKey, java.util.function.Consumer<ManifestUpdate> manifestHandler)
Constructor parameters in com.wowza.wms.manifest.builder with type arguments of type ManifestUpdate Constructor Description ManifestRequest(com.wowza.wms.httpstreamer.PlaylistKey playlistKey, String manifestKey, java.util.function.Consumer<ManifestUpdate> manifestHandler)
-