equal
deleted
inserted
replaced
47 static CMccSymSimpleDlStream* NewLC( TUint32 aMccStreamId, |
47 static CMccSymSimpleDlStream* NewLC( TUint32 aMccStreamId, |
48 MAsyncEventHandler* aEventhandler, |
48 MAsyncEventHandler* aEventhandler, |
49 MMccResources* aMccResources, |
49 MMccResources* aMccResources, |
50 CMccRtpManager* aManager, |
50 CMccRtpManager* aManager, |
51 TFourCC aFourCC, |
51 TFourCC aFourCC, |
52 TInt aStreamType ); |
52 TInt aStreamType, |
|
53 CMccRtpMediaClock& aClock ); |
53 |
54 |
54 /** |
55 /** |
55 * Destructor. |
56 * Destructor. |
56 */ |
57 */ |
57 virtual ~CMccSymSimpleDlStream(); |
58 virtual ~CMccSymSimpleDlStream(); |
184 CMccSymSimpleDlStream( TUint32 aMccStreamId, |
185 CMccSymSimpleDlStream( TUint32 aMccStreamId, |
185 MAsyncEventHandler* aEventhandler, |
186 MAsyncEventHandler* aEventhandler, |
186 MMccResources* aMccResources, |
187 MMccResources* aMccResources, |
187 CMccRtpManager* aManager, |
188 CMccRtpManager* aManager, |
188 TFourCC aFourCC, |
189 TFourCC aFourCC, |
189 TInt aStreamType ); |
190 TInt aStreamType, |
|
191 CMccRtpMediaClock& aClock ); |
190 |
192 |
191 /** |
193 /** |
192 * 2nd phase constructor |
194 * 2nd phase constructor |
193 */ |
195 */ |
194 void ConstructL(); |
196 void ConstructL(); |