File manager - Edit - /var/www/payraty/helpdesk/vendor/muxinc/mux-php/MuxPhp/Models/LiveStreamStatus.php
Back
<?php /** * LiveStreamStatus * * 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; /** * LiveStreamStatus Class Doc Comment * * @category Class * @description `idle` indicates that there is no active broadcast. `active` indicates that there is an active broadcast and `disabled` status indicates that no future RTMP streams can be published. * @package MuxPhp * @author Mux API team * @link https://docs.mux.com */ class LiveStreamStatus { /** * Possible values of this enum */ public const ACTIVE = 'active'; public const IDLE = 'idle'; public const DISABLED = 'disabled'; /** * Gets allowable values of the enum * @return string[] */ public static function getAllowableEnumValues() { return [ self::ACTIVE, self::IDLE, self::DISABLED, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings