/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
NameSizeModeActions
Resource/-0755rm
AdBreak.php8830644editdlrm
Aes128Encryption.php8290644editdlrm
Animation.php20760644editdlrm
AnimationEnd.php8880644editdlrm
AnimationFade.php16700644editdlrm
AnimationStatic.php12970644editdlrm
Audio.php11510644editdlrm
AudioAtom.php12400644editdlrm
AudioChannel.php11050644editdlrm
AudioChannelInput.php12770644editdlrm
AudioStream.php20440644editdlrm
Color.php12000644editdlrm
Crop.php14110644editdlrm
Deblock.php9970644editdlrm
Denoise.php9760644editdlrm
EditAtom.php14250644editdlrm
ElementaryStream.php21220644editdlrm
Encryption.php22640644editdlrm
FailureDetail.php8610644editdlrm
Image.php14160644editdlrm
Input.php14700644editdlrm
Job.php43630644editdlrm
JobConfig.php47860644editdlrm
JobTemplate.php12040644editdlrm
ListJobsResponse.php12540644editdlrm
ListJobTemplatesResponse.php13580644editdlrm
Manifest.php12100644editdlrm
MpegCommonEncryption.php9820644editdlrm
MuxStream.php23570644editdlrm
NormalizedCoordinate.php9190644editdlrm
OperationMetadata.php19200644editdlrm
OriginUri.php9430644editdlrm
Output.php7980644editdlrm
Overlay.php14820644editdlrm
Pad.php14100644editdlrm
PreprocessingConfig.php29080644editdlrm
Progress.php13380644editdlrm
PubsubDestination.php8230644editdlrm
SampleAesEncryption.php8320644editdlrm
SegmentSettings.php11310644editdlrm
SpriteSheet.php27830644editdlrm
TextAtom.php12120644editdlrm
TextInput.php9500644editdlrm
TextStream.php14320644editdlrm
TranscoderEmpty.php6710644editdlrm
VideoStream.php45600644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/JobConfig.php (4786B)
adBreaks = $adBreaks; } /** * @return Google_Service_Transcoder_AdBreak[] */ public function getAdBreaks() { return $this->adBreaks; } /** * @param Google_Service_Transcoder_EditAtom[] */ public function setEditList($editList) { $this->editList = $editList; } /** * @return Google_Service_Transcoder_EditAtom[] */ public function getEditList() { return $this->editList; } /** * @param Google_Service_Transcoder_ElementaryStream[] */ public function setElementaryStreams($elementaryStreams) { $this->elementaryStreams = $elementaryStreams; } /** * @return Google_Service_Transcoder_ElementaryStream[] */ public function getElementaryStreams() { return $this->elementaryStreams; } /** * @param Google_Service_Transcoder_Input[] */ public function setInputs($inputs) { $this->inputs = $inputs; } /** * @return Google_Service_Transcoder_Input[] */ public function getInputs() { return $this->inputs; } /** * @param Google_Service_Transcoder_Manifest[] */ public function setManifests($manifests) { $this->manifests = $manifests; } /** * @return Google_Service_Transcoder_Manifest[] */ public function getManifests() { return $this->manifests; } /** * @param Google_Service_Transcoder_MuxStream[] */ public function setMuxStreams($muxStreams) { $this->muxStreams = $muxStreams; } /** * @return Google_Service_Transcoder_MuxStream[] */ public function getMuxStreams() { return $this->muxStreams; } /** * @param Google_Service_Transcoder_Output */ public function setOutput(Google_Service_Transcoder_Output $output) { $this->output = $output; } /** * @return Google_Service_Transcoder_Output */ public function getOutput() { return $this->output; } /** * @param Google_Service_Transcoder_Overlay[] */ public function setOverlays($overlays) { $this->overlays = $overlays; } /** * @return Google_Service_Transcoder_Overlay[] */ public function getOverlays() { return $this->overlays; } /** * @param Google_Service_Transcoder_PubsubDestination */ public function setPubsubDestination(Google_Service_Transcoder_PubsubDestination $pubsubDestination) { $this->pubsubDestination = $pubsubDestination; } /** * @return Google_Service_Transcoder_PubsubDestination */ public function getPubsubDestination() { return $this->pubsubDestination; } /** * @param Google_Service_Transcoder_SpriteSheet[] */ public function setSpriteSheets($spriteSheets) { $this->spriteSheets = $spriteSheets; } /** * @return Google_Service_Transcoder_SpriteSheet[] */ public function getSpriteSheets() { return $this->spriteSheets; } }