/**
  * Configures the Automatic Gain Control (AGC) and Color Stripe control bits. For further details see the PlayReady Compliance Rules.
  *
  * @param int $value ConfigurationData
  *
  * @return void
  */
 public function setConfigurationData($value)
 {
     ScmsRestriction::verifyTwoBitConfigurationData($value);
     $this->_configurationData = $value;
 }