예제 #1
0
OsStatus sipXmediaFactoryImpl::setSpeakerVolume(int iVolume) 
{
   OsStatus rc = OS_SUCCESS;
   MpCodec_setVolume(iVolume);

   return rc;
}
예제 #2
0
OsStatus sipXmediaFactoryImpl::setSpeakerVolume(int iVolume) 
{
    OsStatus rc = OS_SUCCESS ;
//#ifdef WIN32
    MpCodec_setVolume(iVolume) ;
//#endif

    return rc ;
}