multimediacommscontroller/mmccsubcontroller/inc/mccsymulstream.h
branchrcs
changeset 49 64c62431ac08
parent 0 1bce908db942
equal deleted inserted replaced
44:fb024d5e35fa 49:64c62431ac08
    60                                        CMccRtpManager* aManager, 
    60                                        CMccRtpManager* aManager, 
    61                                        TFourCC aFourCC,
    61                                        TFourCC aFourCC,
    62                                        TInt aStreamType,
    62                                        TInt aStreamType,
    63                                        CMccRtpMediaClock& aClock );
    63                                        CMccRtpMediaClock& aClock );
    64         
    64         
       
    65         static CMccSymUlStream* NewLC( TUint32 aMccStreamId, 
       
    66                                        MAsyncEventHandler* aEventhandler, 
       
    67                                        MMccResources* aMccResources,
       
    68                                        CMccMsrpManager* aManager, 
       
    69                                        TFourCC aFourCC,
       
    70                                        TInt aStreamType,
       
    71                                        CMccRtpMediaClock& aClock );
       
    72         
    65         /**
    73         /**
    66         * Destructor.
    74         * Destructor.
    67         */
    75         */
    68         virtual ~CMccSymUlStream();
    76         virtual ~CMccSymUlStream();
    69 
    77 
   179                          CMccRtpManager* aManager, 
   187                          CMccRtpManager* aManager, 
   180                          TFourCC aFourCC,
   188                          TFourCC aFourCC,
   181                          TInt aStreamType,
   189                          TInt aStreamType,
   182                          CMccRtpMediaClock& aClock );
   190                          CMccRtpMediaClock& aClock );
   183         
   191         
       
   192         CMccSymUlStream( TUint32 aMccStreamId, 
       
   193                          MAsyncEventHandler* aEventhandler,
       
   194                          MMccResources* aMccResources,
       
   195                          CMccMsrpManager* aManager, 
       
   196                          TFourCC aFourCC,
       
   197                          TInt aStreamType,
       
   198                          CMccRtpMediaClock& aClock );
       
   199         
   184         /**
   200         /**
   185         * 2nd phase constructor
   201         * 2nd phase constructor
   186         */
   202         */
   187         void ConstructL();
   203         void ConstructL();
   188 
   204