format = $format;
}
public function getFormat()
{
return $this->format;
}
public function setFrameRate($frameRate)
{
$this->frameRate = $frameRate;
}
public function getFrameRate()
{
return $this->frameRate;
}
/**
* @param Google_Service_YouTube_IngestionInfo
*/
public function setIngestionInfo(Google_Service_YouTube_IngestionInfo $ingestionInfo)
{
$this->ingestionInfo = $ingestionInfo;
}
/**
* @return Google_Service_YouTube_IngestionInfo
*/
public function getIngestionInfo()
{
return $this->ingestionInfo;
}
public function setIngestionType($ingestionType)
{
$this->ingestionType = $ingestionType;
}
public function getIngestionType()
{
return $this->ingestionType;
}
public function setResolution($resolution)
{
$this->resolution = $resolution;
}
public function getResolution()
{
return $this->resolution;
}
}