AzuraCast/src/Message/AddNewMediaMessage.php

12 lines
263 B
PHP

<?php
namespace App\Message;
class AddNewMediaMessage extends AbstractMessage
{
/** @var int The numeric identifier for the station. */
public $station_id;
/** @var string The relative path for the media file to be processed. */
public $path;
}