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