multimediacommscontroller/mmccvideosourcesink/src/mccvideosinkimpl.cpp
branchRCL_3
changeset 8 f9c1f5f9ce0b
parent 0 1bce908db942
child 17 a5ac35ca6d81
equal deleted inserted replaced
7:5e57de868bc0 8:f9c1f5f9ce0b
   146 	User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) );	
   146 	User::LeaveIfError( iRwGroup->Construct( groupId, EFalse ) );	
   147     iRwGroup->SetName( KMccWindowGroupName );
   147     iRwGroup->SetName( KMccWindowGroupName );
   148     
   148     
   149     // TBD: use also iWindowOrdinalPriority
   149     // TBD: use also iWindowOrdinalPriority
   150     iRwGroup->SetOrdinalPosition( iSettings.iWindowOrdinalPosition );
   150     iRwGroup->SetOrdinalPosition( iSettings.iWindowOrdinalPosition );
       
   151     iRwGroup->AutoForeground( EFalse );
   151          
   152          
   152     // Create screen device
   153     // Create screen device
   153 	iDev = new (ELeave) CWsScreenDevice( iRwSession );
   154 	iDev = new (ELeave) CWsScreenDevice( iRwSession );
   154 	User::LeaveIfError( iDev->Construct( iSettings.iDeviceIndex ) ); 
   155 	User::LeaveIfError( iDev->Construct( iSettings.iDeviceIndex ) ); 
   155 	
   156