Example #1
0
 /**
  * Статусы файлов:
  * 0 - доступен,
  * 1 - удалён
  *
  * File status:
  * 0 - available,
  * 1 - deleted
  *
  *
  * @param $videoId
  * @return mixed
  */
 public static function getVideoFileInfo($videoId)
 {
     return Request::getVideoFileInfo($videoId);
 }