Uses of Class
com.wowza.wms.httpstreamer.mpegdashstreaming.file.InbandEventStream
-
Packages that use InbandEventStream Package Description com.wowza.wms.httpstreamer.mpegdashstreaming.file -
-
Uses of InbandEventStream in com.wowza.wms.httpstreamer.mpegdashstreaming.file
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return InbandEventStream Modifier and Type Method Description InbandEventStream
InbandEventStreams. getRegisteredEventStream(String id)
Retrieve the InbandEventStream of the given scheme-uri-idInbandEventStream
InbandEventStreams. unregisterEventStream(String Id)
Unregister an InbandEventStream.Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return types with arguments of type InbandEventStream Modifier and Type Method Description java.util.Collection<InbandEventStream>
InbandEventStreams. getRegisteredEventStreams()
Retrieve the collection of registered InbandEventStreamsMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type InbandEventStream Modifier and Type Method Description void
InbandEventStreams. registerEventStream(InbandEventStream inbandEventStream)
Register an InbandEventStream.
-