|
||
class TMMFileHandleSource : public TMMSource;
Provides a file handle to DRM protected content source
TMMSource
- ...
TMMFileHandleSource
-
Provides a file handle to DRM protected content source
Defined in TMMFileHandleSource
:
Handle()const
Get the file handle of the source object within the DRM archive.TMMFileHandleSource(RFile &)
Constructs a new TMMFileHandleSource object using a file handle. The Unique Id d...TMMFileHandleSource(RFile &,const TDesC &)
Constructs a new TMMFileHandleSource object using a file handle and the Unique I...Inherited from TMMSource
:
Intent()const
Get the Intent used to open the source object within the DRM archive.IsUIEnabled()const
Get the flag that indicates whether an agent's UI is enabled.SourceType()const
Get the universal identifier of the content source.UniqueId()const
Get the Unique Id of the source object within the DRM archive.IMPORT_C TMMFileHandleSource(RFile &aFile);
Constructs a new TMMFileHandleSource object using a file handle. The Unique Id defaults to an empty descriptor. The Intent
defaults to ContentAccess::EUnknown
.
|
IMPORT_C TMMFileHandleSource(RFile &aFile, const TDesC &aUniqueId);
Constructs a new TMMFileHandleSource object using a file handle and the Unique Id of the source object within the DRM archive.
The Intent defaults to ContentAccess::EUnknown
.
|
IMPORT_C TMMFileHandleSource(RFile &aFile, const TDesC &aUniqueId, ContentAccess::TIntent aIntent);
Constructs a new TMMFileHandleSource object using a file handle and the Unique Id of the source object within the DRM archive.
The Intent defaults to ContentAccess::EUnknown
.
|
IMPORT_C TMMFileHandleSource(RFile &aFile, const TDesC &aUniqueId, ContentAccess::TIntent aIntent, TBool aEnableUI);
Constructs a new TMMFileHandleSource object using a file handle and the Unique Id of the source object within the DRM archive.
The Intent defaults to ContentAccess::EUnknown
.
|
IMPORT_C RFile& Handle() const;
Get the file handle of the source object within the DRM archive.
|