Class InbandEventStreams
Object
com.wowza.wms.httpstreamer.mpegdashstreaming.file.InbandEventStreams
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
If true, put the InbandEventStream signaling in the audio adaptation set, otherwise in the video adaptation set -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.wowza.wms.media.metadata.emsg.EmsgFrames
Retrieve the collection of emsg framesRetrieve the InbandEventStream of the given scheme-uri-idRetrieve the collection of registered InbandEventStreamsvoid
registerEventStream
(InbandEventStream inbandEventStream) Register an InbandEventStream.Unregister an InbandEventStream.
-
Field Details
-
inAudio
public boolean inAudioIf true, put the InbandEventStream signaling in the audio adaptation set, otherwise in the video adaptation set
-
-
Constructor Details
-
InbandEventStreams
public InbandEventStreams()
-
-
Method Details
-
getEmsgFrames
public com.wowza.wms.media.metadata.emsg.EmsgFrames getEmsgFrames()Retrieve the collection of emsg frames- Returns:
- collection of emsg frames
-
registerEventStream
Register an InbandEventStream. This allows it to be signaled in the adaptation set.- Parameters:
inbandEventStream
-
-
unregisterEventStream
Unregister an InbandEventStream. This prevents it from being signaled in the adaptation set.- Parameters:
inbandEventStream
-
-
getRegisteredEventStreams
Retrieve the collection of registered InbandEventStreams- Returns:
- collection of registered InbandEventStreams
-
getRegisteredEventStream
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
-