| class MUPnPFileDownloadSession : public MUPnPFileTransferSession |
AV Controller download session interface.
| Public Member Functions | |
|---|---|
| void | StartDownloadL (const CUpnpItem &, TInt ) |
| void | StartDownloadL (const CUpnpElement &, const CUpnpItem &, RFile &, TInt ) |
| Protected Member Functions | |
|---|---|
| ~MUPnPFileDownloadSession () | |
| ~MUPnPFileDownloadSession | ( | ) | [protected, inline, virtual] |
Protected destructor
| void | StartDownloadL | ( | const CUpnpItem & | aItem, |
| TInt | aKey | |||
| ) | [pure virtual] | |||
Start downloading an item. Original resource will be downloaded.
| void | StartDownloadL | ( | const CUpnpElement & | aResElement, |
| const CUpnpItem & | aItem, | |||
| RFile & | aFile, | |||
| TInt | aKey | |||
| ) | [pure virtual] | |||
Start downloadin and item. Resource is selected by providing the desired res-element and. The resource is downloaded to the provided file.
| const CUpnpElement & aResElement | points to a resource in the item to download |
| const CUpnpItem & aItem | UPnP item to download |
| RFile & aFile | file handle (download target) |
| TInt aKey | identifies the download operation |
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.