PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Transformation
/
Delivery
/
Format
<?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; /** * Interface ImageFormatInterface * * @api */ interface VideoFormatInterface { const AVI = 'avi'; const MP4 = 'mp4'; const WEBM = 'webm'; const MOV = 'mov'; const OGV = 'ogv'; const F_3GP = '3gp'; const F_3G2 = '3g2'; const WMV = 'wmv'; const MPEG = 'mpeg'; const FLV = 'flv'; const M3U8 = 'm3u8'; const TS = 'ts'; const MKV = 'mkv'; const MPD = 'mpd'; }
[-] AudioFormatInterface.php
[edit]
[-] AnimatedFormat.php
[edit]
[+]
..
[-] FormatQualifier.php
[edit]
[-] Format.php
[edit]
[-] ImageFormatTrait.php
[edit]
[-] FormatTrait.php
[edit]
[-] VideoFormatTrait.php
[edit]
[-] FormatQualifierTrait.php
[edit]
[-] AnimatedFormatTrait.php
[edit]
[-] ImageFormatInterface.php
[edit]
[-] AudioFormatTrait.php
[edit]
[-] VideoFormatInterface.php
[edit]
[-] FormatInterface.php
[edit]