Class InbandEventStream
Object
com.wowza.wms.httpstreamer.mpegdashstreaming.file.InbandEventStream
-
Constructor Summary
ConstructorsConstructorDescriptionInbandEventStream
(String schemeIdlUri, String value) Construct an InbandEventStream object -
Method Summary
Modifier and TypeMethodDescriptionReturn the scheme ID URIgetValue()
Returns the value associated to the scheme ID URI
-
Constructor Details
-
InbandEventStream
Construct an InbandEventStream object- Parameters:
schemeIdlUri
- the scheme ID URIvalue
- the value associated to the scheme
-
-
Method Details
-
getSchemeIdUri
Return the scheme ID URI- Returns:
- scheme Id URI
-
getValue
Returns the value associated to the scheme ID URI- Returns:
- the value associated to the scheme
-