multimediacommscontroller/mmccsubcontroller/inc/mccsymdlstream.h
branchRCL_3
changeset 59 b0e4b01681c5
parent 42 817c922b90eb
equal deleted inserted replaced
55:f72c4fccd381 59:b0e4b01681c5
    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 );
       
    55         
    54         
    56         /**
    55         /**
    57         * Destructor.
    56         * Destructor.
    58         */
    57         */
    59         virtual ~CMccSymDlStream();
    58         virtual ~CMccSymDlStream();
   199         */
   198         */
   200         CMccSymDlStream( TUint32 aMccStreamId, 
   199         CMccSymDlStream( TUint32 aMccStreamId, 
   201                          MAsyncEventHandler* aEventhandler, 
   200                          MAsyncEventHandler* aEventhandler, 
   202                          MMccResources* aMccResources, 
   201                          MMccResources* aMccResources, 
   203                          CMccRtpManager* aManager, 
   202                          CMccRtpManager* aManager, 
   204                          TInt aStreamType,
   203                          TInt aStreamType );
   205                          CMccRtpMediaClock& aClock );
       
   206         
   204         
   207         /**
   205         /**
   208         * 2nd phase constructor
   206         * 2nd phase constructor
   209         */
   207         */
   210         void ConstructL();
   208         void ConstructL();