Class CmcdConfiguration


  • @Deprecated
    public final class CmcdConfiguration
    extends Object
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    Represents a configuration for the Common Media Client Data (CMCD) logging.
    • Method Detail

      • isBitrateLoggingAllowed

        public boolean isBitrateLoggingAllowed()
        Deprecated.
        Returns whether logging bitrate is allowed based on the request configuration.
      • isBufferLengthLoggingAllowed

        public boolean isBufferLengthLoggingAllowed()
        Deprecated.
        Returns whether logging buffer length is allowed based on the request configuration.
      • isContentIdLoggingAllowed

        public boolean isContentIdLoggingAllowed()
        Deprecated.
        Returns whether logging content ID is allowed based on the request configuration.
      • isSessionIdLoggingAllowed

        public boolean isSessionIdLoggingAllowed()
        Deprecated.
        Returns whether logging session ID is allowed based on the request configuration.
      • isMaximumRequestThroughputLoggingAllowed

        public boolean isMaximumRequestThroughputLoggingAllowed()
        Deprecated.
        Returns whether logging maximum requested throughput is allowed based on the request configuration.
      • isStreamingFormatLoggingAllowed

        public boolean isStreamingFormatLoggingAllowed()
        Deprecated.
        Returns whether logging streaming format is allowed based on the request configuration.
      • isStreamTypeLoggingAllowed

        public boolean isStreamTypeLoggingAllowed()
        Deprecated.
        Returns whether logging stream type is allowed based on the request configuration.
      • isTopBitrateLoggingAllowed

        public boolean isTopBitrateLoggingAllowed()
        Deprecated.
        Returns whether logging top bitrate is allowed based on the request configuration.
      • isObjectDurationLoggingAllowed

        public boolean isObjectDurationLoggingAllowed()
        Deprecated.
        Returns whether logging object duration is allowed based on the request configuration.
      • isMeasuredThroughputLoggingAllowed

        public boolean isMeasuredThroughputLoggingAllowed()
        Deprecated.
        Returns whether logging measured throughput is allowed based on the request configuration.
      • isObjectTypeLoggingAllowed

        public boolean isObjectTypeLoggingAllowed()
        Deprecated.
        Returns whether logging object type is allowed based on the request configuration.