Devise\Pages\Fields\Handlers\AudioFieldUpdated::createTempHoldingFiles PHP Method

createTempHoldingFiles() protected method

We only send versions of the video to Zencoder that don't exist locally as a file.
protected createTempHoldingFiles ( $unprocessed ) : void
$unprocessed
return void
    protected function createTempHoldingFiles($unprocessed)
    {
        foreach ($unprocessed as $setting) {
            $this->MediaPaths->touch($setting['label']);
        }
    }