PATH:
home
/
lab2454c
/
tripvare.com
/
backup
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Video
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Transformation; /** * Defines how to manipulate and transform videos. * * **Learn more**: <a * href="https://cloudinary.com/documentation/video_manipulation_and_delivery" target="_blank"> * Video transformations</a> * * @api */ class VideoTransformation extends CommonTransformation implements VideoTransformationInterface { use VideoTransformationTrait; }
[+]
Argument
[-] VideoTransformationTrait.php
[edit]
[-] VideoTransformation.php
[edit]
[+]
Transcode
[+]
..
[-] VideoSpecificTransformationTrait.php
[edit]
[+]
Edit
[-] VideoTransformationInterface.php
[edit]