Class WrapperConfig
java.lang.Object
com.nagra.otvaa.sdk.insightwrapper.WrapperConfig
-
Constructor Summary
ConstructorsConstructorDescriptionWrapperConfig
(Boolean autoSetContentQuality, String channelIdSource) Constructor of wrapper configuration. -
Method Summary
Modifier and TypeMethodDescriptionChecks if the wrapper is configured to automatically set the content quality.Gets the source of the channel ID (epg, local, ...)
-
Constructor Details
-
WrapperConfig
Constructor of wrapper configuration.The player can detect if there is any video quality change and it would be therefore possible to automatically set the content quality in the playback metrics. If you want that the agent does that for you then you set the
autoSetContentQuality
parameter to true. By default, this feature is disabled.- Parameters:
autoSetContentQuality
- if true then the content quality will be automatically setchannelIdSource
- source of the channel ID (epg, local, ...). If set to null, then the default value (epg) will be used.
-
-
Method Details
-
getAutoSetContentQuality
Checks if the wrapper is configured to automatically set the content quality.- Returns:
- true if the content quality is automatically set, false otherwise.
-
getChannelIdSource
Gets the source of the channel ID (epg, local, ...)
-