Class VideoFilterConfiguration

    • Field Detail

      • DEFAULT_ENABLE_VIEWPORT_FILTER

        public static final boolean DEFAULT_ENABLE_VIEWPORT_FILTER
        See Also:
        Constant Field Values
      • maxWidth

        public final int maxWidth
        Max width of the rendition in pixels, ignored if enableViewportFilter is set. In case rendition's width is not specified in the manifest then the filtering is not enabled
      • minWidth

        public final int minWidth
        Min width of the rendition in pixels
      • maxHeight

        public final int maxHeight
        Max height of the rendition in pixels, ignored if enableViewportFilter is set. In case rendition's height is not specified in the manifest then the filtering is not enabled
      • minHeight

        public final int minHeight
        Min height of the rendition in pixels In case rendition's height is not specified in the manifest then the filtering is not enabled
      • maxBitrate

        public final long maxBitrate
        Max bitrate of the rendition in bits per second In case rendition's bitrate is not specified in the manifest then the filtering is not enabled
      • minBitrate

        public final long minBitrate
        Min bitrate of the rendition in bits per second In case rendition's bitrate is not specified in the manifest then the filtering is not enabled
      • maxPixel

        public final long maxPixel
        Max number of pixels (width * height) of the rendition In case rendition's resolution is not specified in the manifest then the filtering is not enabled
      • minPixel

        public final long minPixel
        Min number of pixels (width * height) of the rendition In case rendition's resolution is not specified in the manifest then the filtering is not enabled
      • enableViewportFilter

        public final boolean enableViewportFilter
        Enable to filter out renditions having unnecessarily high resolution for the current display viewport. If set then maxWidth and maxHeight are ignored
      • maxFramerate

        public final float maxFramerate
        Max framerate of the rendition In case rendition's framerate is not specified in the manifest then the filtering is not enabled
      • minFramerate

        public final float minFramerate
        Min framerate of the rendition In case rendition's framerate is not specified in the manifest then the filtering is not enabled