#include "sbDeviceTranscoding.h"
#include <nsArrayUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsIFileURL.h>
#include <nsIInputStream.h>
#include <nsIIOService.h>
#include <nsIStringEnumerator.h>
#include <nsISupportsPrimitives.h>
#include <nsIWritablePropertyBag2.h>
#include <nsIVariant.h>
#include <nsServiceManagerUtils.h>
#include <sbIDeviceEvent.h>
#include <sbIJobCancelable.h>
#include <sbIMediacoreEventTarget.h>
#include <sbIMediaFormatMutable.h>
#include <sbIMediaInspector.h>
#include <sbITranscodeAlbumArt.h>
#include <sbITranscodeError.h>
#include <sbITranscodeManager.h>
#include <sbITranscodeVideoJob.h>
#include <sbITranscodingConfigurator.h>
#include <sbProxiedComponentManager.h>
#include <sbStandardProperties.h>
#include <sbStringUtils.h>
#include <sbTranscodeUtils.h>
#include <sbVariantUtils.h>
#include "sbDeviceStatusHelper.h"
#include "sbDeviceUtils.h"
#include "sbTranscodeProgressListener.h"
Go to the source code of this file.
Macros | |
#define | LOG(args) do{ } while(0) |
#define | TRACE(args) do { } while(0) |
Functions | |
static nsresult | DispatchTranscodeError (sbITranscodeError *aError, sbBaseDevice *aDevice) |
Definition at line 75 of file sbDeviceTranscoding.cpp.
Definition at line 76 of file sbDeviceTranscoding.cpp.
|
static |
Helper function to dispatch a transcode error to a device
aError | The transcode error to dispatch |
aDevice | The device to dispatch the transcode error to |
Definition at line 344 of file sbDeviceTranscoding.cpp.