UPnPFileUtility Class Reference
Utility for working with local files in upnp context. The class contains static methods that can be used to check various things related to downloading files to local filesystem, or when playing local files via upnp.
upnpavcontrollerhelper.lib
- Since
- S60 3.2
Member Functions Documentation
FitsInMemory(const CUpnpElement &)
Checks if the given remote object (and the given particular resource) can fit in memory when downloaded using current default copy target setting
- Since
- S60 3.2
FitsInMemoryL(const CUpnpElement &)
Checks if the given remote object (and the given particular resource) can fit in memory when downloaded using current default copy target setting
- Since
- S60 3.2
IsFileProtectedL(const TDesC &)
IMPORT_C TBool | IsFileProtectedL | ( | const TDesC & | aFilePath | ) | [static] |
Checks if given file content is protected. Note that if a file is protected, it can not be copied to a remote upnp mediaserver, nor it can be played via a remote renderer. A client should use this interface before attempting any of these operations for usability sake. Currently supports checks for OEM-DRM and WM-DRM. The method will leave if the file is not found, or if the protection status can not be checked for some reason.
Parameters
const TDesC & aFilePath | full path to file |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.