PATH:
home
/
lab2454c
/
tripvare.com
/
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; /** * Trait VideoTransformationTrait * * @api */ trait VideoTransformationTrait { use CommonTransformationTrait; use VideoSpecificTransformationTrait; }
[+]
Argument
[-] VideoTransformationTrait.php
[edit]
[-] VideoTransformation.php
[edit]
[+]
Transcode
[+]
..
[-] VideoSpecificTransformationTrait.php
[edit]
[+]
Edit
[-] VideoTransformationInterface.php
[edit]