- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/audio.php
- Класс: Bitrix\Sender\Integration\VoxImplant\Audio
- Вызов: Audio::getDuration
public function getDuration() { if (!$this->duration) { if ($this->createdFromPreset()) { $this->duration = $this->getPresetFileDuration($this->getPresetCode()); } else { $this->duration = $this->getMp3fileDuration($this->getFileId()); } } return $this->duration; }