UNA
BxDolTranscoderProxy Class Reference
Inheritance diagram for BxDolTranscoderProxy:
BxDolTranscoder iBxDolFactoryObject BxDolFactory iBxDolFactoryObject

Public Member Functions

 isMimeTypeSupported ($sMimeType)
 
 getFileUrl ($mixedHandler)
 
- Public Member Functions inherited from BxDolTranscoder
 onDeleteFileLocal ($iFileId)
 
 onDeleteFileOrig ($mixedHandler)
 
 registerHandlers ()
 
 unregisterHandlers ()
 
 cleanup ()
 
 getStorage ()
 
 getDb ()
 
 isMimeTypeSupported ($sMimeType)
 
 getFileUrl ($mixedHandler)
 
 getFileUrlById ($mixedHandler)
 
 isFileReady ($mixedHandler, $isCheckOutdated=true)
 
 transcode ($mixedHandler, $iProfileId=0)
 
 prune ()
 
 getFileUrlNotReady ($mixedHandler)
 
 getFilterParams ($sName)
 

Additional Inherited Members

- Static Public Member Functions inherited from BxDolTranscoder
static getObjectInstance ($sObject)
 
static pruning ()
 
static processQueue ($bQueuePruning=true)
 
static processCompleted ()
 
static registerHandlersArray ($mixed)
 
static registerHandlersSystem ()
 
static unregisterHandlersArray ($mixed)
 
static cleanupObjectsArray ($mixed)
 
static onAlertResponseFileDeleteLocal ($oAlert, $sObject)
 
static onAlertResponseFileDeleteOrig ($oAlert, $sObject)
 
- Protected Member Functions inherited from BxDolTranscoder
 __construct ($aObject, $oStorage)
 
- Static Protected Member Functions inherited from BxDolTranscoder
static getTranscoderObjects ()
 

Detailed Description

This transcoder can be used as universal transcoder for videos and images. Depending on original file MIME type it calls the appropriate transcoder. Proxied transcoders names are specified in 'source_params' array:

  • object: original file storage object
  • image: image transcoder name
  • video_poster: video transcoder name for video poster image
  • video: video transcoders array to force conversion for

Member Function Documentation

◆ getFileUrl()

BxDolTranscoderProxy::getFileUrl (   $mixedHandler)

Depending on original file mime type call appropriate transcoder

◆ isMimeTypeSupported()

BxDolTranscoderProxy::isMimeTypeSupported (   $sMimeType)

check if transcoder suppors given file mime type


The documentation for this class was generated from the following file: