Class WrapperConfig

java.lang.Object
com.nagra.otvaa.sdk.insightwrapper.WrapperConfig

public class WrapperConfig extends Object
  • Constructor Details

    • WrapperConfig

      public WrapperConfig(Boolean autoSetContentQuality, String channelIdSource)
      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 set
      channelIdSource - source of the channel ID (epg, local, ...). If set to null, then the default value (epg) will be used.
  • Method Details

    • getAutoSetContentQuality

      public Boolean 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

      public String getChannelIdSource()
      Gets the source of the channel ID (epg, local, ...)