Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Recording

Открытые статические члены

static getRecordings ($conferenceId)
 
static getRecordingKind ($fileType)
 
static getRecordingLength (DateTime $startDate, DateTime $endDate)
 
static formatLength (int $lengthSeconds, $format=self::LENGTH_FORMAT_SHORT)
 
static onRecordingStopped (int $conferenceId, array $recordingsData)
 
static delete (int $conferenceId)
 

Открытые атрибуты

const RECORDING_KIND_VIDEO = 'VIDEO'
 
const RECORDING_KIND_AUDIO = 'AUDIO'
 
const LENGTH_FORMAT_SHORT = 'short'
 
const LENGTH_FORMAT_FULL = 'full'
 

Защищенные статические члены

static getNumericSuffix ($number)
 

Подробное описание

См. определение в файле recording.php строка 16

Методы

◆ delete()

static delete ( int $conferenceId)
static

См. определение в файле recording.php строка 162

◆ formatLength()

static formatLength ( int $lengthSeconds,
$format = self::LENGTH_FORMAT_SHORT )
static

См. определение в файле recording.php строка 102

◆ getNumericSuffix()

static getNumericSuffix ( $number)
staticprotected

См. определение в файле recording.php строка 133

◆ getRecordingKind()

static getRecordingKind ( $fileType)
static

См. определение в файле recording.php строка 79

◆ getRecordingLength()

static getRecordingLength ( DateTime $startDate,
DateTime $endDate )
static
Аргументы
DateTime$startDate
DateTime$endDate
Возвращает
int

См. определение в файле recording.php строка 97

◆ getRecordings()

static getRecordings ( $conferenceId)
static

См. определение в файле recording.php строка 24

◆ onRecordingStopped()

static onRecordingStopped ( int $conferenceId,
array $recordingsData )
static

См. определение в файле recording.php строка 140

Данные класса

◆ LENGTH_FORMAT_FULL

const LENGTH_FORMAT_FULL = 'full'

См. определение в файле recording.php строка 22

◆ LENGTH_FORMAT_SHORT

const LENGTH_FORMAT_SHORT = 'short'

См. определение в файле recording.php строка 21

◆ RECORDING_KIND_AUDIO

const RECORDING_KIND_AUDIO = 'AUDIO'

См. определение в файле recording.php строка 19

◆ RECORDING_KIND_VIDEO

const RECORDING_KIND_VIDEO = 'VIDEO'

См. определение в файле recording.php строка 18