Uses of Class
com.wowza.wms.httpstreamer.mpegdashstreaming.file.InbandEventStream
Packages that use InbandEventStream
-
Uses of InbandEventStream in com.wowza.wms.httpstreamer.mpegdashstreaming.file
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return InbandEventStreamModifier and TypeMethodDescriptionInbandEventStreams.getRegisteredEventStream
(String id) Retrieve the InbandEventStream of the given scheme-uri-idInbandEventStreams.unregisterEventStream
(String Id) Unregister an InbandEventStream.Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return types with arguments of type InbandEventStreamModifier and TypeMethodDescriptionInbandEventStreams.getRegisteredEventStreams()
Retrieve the collection of registered InbandEventStreamsMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type InbandEventStreamModifier and TypeMethodDescriptionvoid
InbandEventStreams.registerEventStream
(InbandEventStream inbandEventStream) Register an InbandEventStream.