File manager - Edit - /var/www/payraty/helpdesk/vendor/muxinc/mux-php/MuxPhp/Models/BroadcastResolution.php
Back
<?php /** * BroadcastResolution * * PHP version 7.2 * * @category Class * @package MuxPhp * @author Mux API team * @link https://docs.mux.com */ /** * Mux API * * Mux is how developers build online video. This API encompasses both Mux Video and Mux Data functionality to help you build your video-related projects better and faster than ever before. * * The version of the OpenAPI document: v1 * Contact: devex@mux.com * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.0.1 */ /** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ namespace MuxPhp\Models; use \MuxPhp\ObjectSerializer; /** * BroadcastResolution Class Doc Comment * * @category Class * @description The resolution of the composited video sent to the live stream. Defaults to `1920x1080` if not set. * @package MuxPhp * @author Mux API team * @link https://docs.mux.com */ class BroadcastResolution { /** * Possible values of this enum */ public const _1920X1080 = '1920x1080'; public const _1280X720 = '1280x720'; public const _1080X1920 = '1080x1920'; public const _720X1280 = '720x1280'; public const _1080X1080 = '1080x1080'; public const _720X720 = '720x720'; /** * Gets allowable values of the enum * @return string[] */ public static function getAllowableEnumValues() { return [ self::_1920X1080, self::_1280X720, self::_1080X1920, self::_720X1280, self::_1080X1080, self::_720X720, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings