rv.analytics.trackedevents.VideoInputStartUp
*/
class VideoInputStartUp extends \Google\Protobuf\Internal\Message
{
/**
* Generated from protobuf field uint32 input_count = 1;
*/
protected $input_count = 0;
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type int $input_count
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\AnalyticsTrackedEvents::initOnce();
parent::__construct($data);
}
/**
* Generated from protobuf field uint32 input_count = 1;
* @return int
*/
public function getInputCount()
{
return $this->input_count;
}
/**
* Generated from protobuf field uint32 input_count = 1;
* @param int $var
* @return $this
*/
public function setInputCount($var)
{
GPBUtil::checkUint32($var);
$this->input_count = $var;
return $this;
}
}