Class InbandEventStreams
- Object
- 
- com.wowza.wms.httpstreamer.mpegdashstreaming.file.InbandEventStreams
 
- 
 public class InbandEventStreams extends Object
- 
- 
Field SummaryFields Modifier and Type Field Description booleaninAudioIf true, put the InbandEventStream signaling in the audio adaptation set, otherwise in the video adaptation set
 - 
Constructor SummaryConstructors Constructor Description InbandEventStreams()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.wowza.wms.media.metadata.emsg.EmsgFramesgetEmsgFrames()Retrieve the collection of emsg framesInbandEventStreamgetRegisteredEventStream(String id)Retrieve the InbandEventStream of the given scheme-uri-idjava.util.Collection<InbandEventStream>getRegisteredEventStreams()Retrieve the collection of registered InbandEventStreamsvoidregisterEventStream(InbandEventStream inbandEventStream)Register an InbandEventStream.InbandEventStreamunregisterEventStream(String Id)Unregister an InbandEventStream.
 
- 
- 
- 
Method Detail- 
getEmsgFramespublic com.wowza.wms.media.metadata.emsg.EmsgFrames getEmsgFrames() Retrieve the collection of emsg frames- Returns:
- collection of emsg frames
 
 - 
registerEventStreampublic void registerEventStream(InbandEventStream inbandEventStream) Register an InbandEventStream. This allows it to be signaled in the adaptation set.- Parameters:
- inbandEventStream-
 
 - 
unregisterEventStreampublic InbandEventStream unregisterEventStream(String Id) Unregister an InbandEventStream. This prevents it from being signaled in the adaptation set.- Parameters:
- inbandEventStream-
 
 - 
getRegisteredEventStreamspublic java.util.Collection<InbandEventStream> getRegisteredEventStreams() Retrieve the collection of registered InbandEventStreams- Returns:
- collection of registered InbandEventStreams
 
 - 
getRegisteredEventStreampublic InbandEventStream getRegisteredEventStream(String id) Retrieve the InbandEventStream of the given scheme-uri-id- Parameters:
- id- the given scheme-uri-id
- Returns:
- the InbandEventStream of the given scheme-uri-id, or null if it does not exist
 
 
- 
 
-