class MUPnPFileTransferSessionObserver : public MUPnPAVSessionObserverBase |
AV Controller file transfer session observer interface.
Public Member Functions | |
---|---|
void | MediaServerDisappeared ( TUPnPDeviceDisconnectedReason ) |
void | TransferCompleted ( TInt , TInt , const TDesC &) |
void | TransferProgress ( TInt , TInt , TInt ) |
void | TransferStarted ( TInt , TInt ) |
Inherited Enumerations | |
---|---|
MUPnPAVSessionObserverBase:TUPnPDeviceDisconnectedReason |
void | MediaServerDisappeared | ( | TUPnPDeviceDisconnectedReason | aReason | ) | [pure virtual] |
Notifies that the Media Server we have a session with has disappeared. Session is now unusable and must be closed.
TUPnPDeviceDisconnectedReason aReason | reason code |
void | TransferCompleted | ( | TInt | aKey, |
TInt | aStatus, | |||
const TDesC & | aFilePath | |||
) | [pure virtual] |
Notifies that the transfer has been completed
void | TransferProgress | ( | TInt | aKey, |
TInt | aBytes, | |||
TInt | aTotalBytes | |||
) | [pure virtual] |
Notifies transfer progress NOTE: Transfer progress is not guaranteed
void | TransferStarted | ( | TInt | aKey, |
TInt | aStatus | |||
) | [pure virtual] |
Notifies that the transfer has been started
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.