CProgressiveDownloadUtility Class Reference

class CProgressiveDownloadUtility : public CBase

This class provides Progressive download utility functions.

ProgressiveDownloadUtility.lib
Since
3.0

Inherits from

  • CProgressiveDownloadUtility

Constructor & Destructor Documentation

CProgressiveDownloadUtility()

CProgressiveDownloadUtility ( ) [private]

C++ default constructor.

~CProgressiveDownloadUtility()

IMPORT_C ~CProgressiveDownloadUtility ( ) [virtual]

Destructor.

Member Functions Documentation

ConstructL()

void ConstructL ( ) [private]

By default Symbian 2nd phase constructor is private.

NewL()

IMPORT_C CProgressiveDownloadUtility * NewL ( ) [static]

Two-phased constructor.

Concrete implementation of the CProgressDownloadUtility API. CProgressDownloadUtility

OpenL(const TDesC &, MAudioPdPlayUtilityCallback &)

IMPORT_C MAudioPdPlayUtility * OpenL ( const TDesC & aFileName,
MAudioPdPlayUtilityCallback & aCallback
)

Parameters

const TDesC & aFileName
MAudioPdPlayUtilityCallback & aCallback

OpenL(const RFile &, MAudioPdPlayUtilityCallback &)

IMPORT_C MAudioPdPlayUtility * OpenL ( const RFile & aFileHandle,
MAudioPdPlayUtilityCallback & aCallback
)

Parameters

const RFile & aFileHandle
MAudioPdPlayUtilityCallback & aCallback

Member Data Documentation

CPdProperties * iProperties

CPdProperties * iProperties [private]