multimediacommsengine/mmceshared/inc/mcecomvideocodec.h
branchrcs
changeset 49 64c62431ac08
parent 0 1bce908db942
equal deleted inserted replaced
44:fb024d5e35fa 49:64c62431ac08
   169     * @param aMccCurentCodec current mcc codec
   169     * @param aMccCurentCodec current mcc codec
   170     * @param aMccUpdateCodec to be used mcc codec
   170     * @param aMccUpdateCodec to be used mcc codec
   171     */
   171     */
   172     TInt DoMccRequireSignalling( 
   172     TInt DoMccRequireSignalling( 
   173                                 const CMceSrvStream& aStream,
   173                                 const CMceSrvStream& aStream,
       
   174                                 const CMccCodecInformation& aMccCurentCodec, 
       
   175                                 const CMccCodecInformation& aMccUpdateCodec ) const;
       
   176     
       
   177     /**
       
   178     * Checks, if signalling is required
       
   179     * @param aStream stream
       
   180     * @param aMccCurentCodec current mcc codec
       
   181     * @param aMccUpdateCodec to be used mcc codec
       
   182     */
       
   183     TInt DoMccRequireSignalling( 
       
   184                                 const CMceSrvStream& aOldStream,
       
   185                                 const CMceSrvStream& aCurrentStream,
   174                                 const CMccCodecInformation& aMccCurentCodec, 
   186                                 const CMccCodecInformation& aMccCurentCodec, 
   175                                 const CMccCodecInformation& aMccUpdateCodec ) const;
   187                                 const CMccCodecInformation& aMccUpdateCodec ) const;
   176     
   188     
   177 protected: // from CMceComCodec
   189 protected: // from CMceComCodec
   178     
   190