multimediacommscontroller/mmccsubcontroller/inc/mccsymdlstream.h
changeset 43 bf4e57f9a0ce
parent 0 1bce908db942
child 59 b0e4b01681c5
equal deleted inserted replaced
35:72290a6868df 43:bf4e57f9a0ce
    48         */
    48         */
    49         static CMccSymDlStream* NewLC( TUint32 aMccStreamId, 
    49         static CMccSymDlStream* NewLC( TUint32 aMccStreamId, 
    50                 MAsyncEventHandler* aEventhandler,  
    50                 MAsyncEventHandler* aEventhandler,  
    51                 MMccResources* aMccResources, 
    51                 MMccResources* aMccResources, 
    52                 CMccRtpManager* aManager,
    52                 CMccRtpManager* aManager,
    53                 TInt aStreamType );
    53                 TInt aStreamType,
       
    54                 CMccRtpMediaClock& aClock );
    54         
    55         
    55         /**
    56         /**
    56         * Destructor.
    57         * Destructor.
    57         */
    58         */
    58         virtual ~CMccSymDlStream();
    59         virtual ~CMccSymDlStream();
   198         */
   199         */
   199         CMccSymDlStream( TUint32 aMccStreamId, 
   200         CMccSymDlStream( TUint32 aMccStreamId, 
   200                          MAsyncEventHandler* aEventhandler, 
   201                          MAsyncEventHandler* aEventhandler, 
   201                          MMccResources* aMccResources, 
   202                          MMccResources* aMccResources, 
   202                          CMccRtpManager* aManager, 
   203                          CMccRtpManager* aManager, 
   203                          TInt aStreamType );
   204                          TInt aStreamType,
       
   205                          CMccRtpMediaClock& aClock );
   204         
   206         
   205         /**
   207         /**
   206         * 2nd phase constructor
   208         * 2nd phase constructor
   207         */
   209         */
   208         void ConstructL();
   210         void ConstructL();