diff -r 71306c87785a -r 0da2e08216b6 mmsharing/mmshengine/inc/musengclipsessionobserver.h --- a/mmsharing/mmshengine/inc/musengclipsessionobserver.h Tue Apr 27 16:34:06 2010 +0300 +++ b/mmsharing/mmshengine/inc/musengclipsessionobserver.h Tue May 11 16:10:30 2010 +0300 @@ -42,8 +42,10 @@ /** * Indicates that chosen clip must be transcoded before sharing. + * @param aDueUnknownRemoteCapabilities, ETrue if transcoding is needed because + * it is unknown whether remote end can support current format of clip. */ - virtual void TranscodingNeeded() = 0; + virtual void TranscodingNeeded(TBool aDueUnknownRemoteCapabilities) = 0; /** * Indicates that transcoding has progressed. @@ -70,4 +72,4 @@ }; -#endif \ No newline at end of file +#endif