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.fileMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return InbandEventStream Modifier and Type Method Description InbandEventStreamInbandEventStreams. getRegisteredEventStream(String id)Retrieve the InbandEventStream of the given scheme-uri-idInbandEventStreamInbandEventStreams. 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 voidInbandEventStreams. registerEventStream(InbandEventStream inbandEventStream)Register an InbandEventStream.
 
-