linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] mediastreamer filters description / where to find


From: Albrecht Andrzejewski
Subject: [Linphone-developers] mediastreamer filters description / where to find the payload string ?
Date: Wed, 31 Aug 2011 18:15:17 +0200

Sorry, i initially posted it to the linphone-users ml, which is not the best 
place to ask. The original question was : 

I want to display the codec name used during a call.

I guess this information shoud be attached to the _AudioStream struct 
associated to the call.
This stream is composed by several filters. Some are self explaining, but 
others are confusing.

I expected the encoder and decoder filters to describe the payload used during 
the call but these are NULL when i examinate this struct attached to my call in 
callState LinphoneCallConnected.

So can you describe me briefly what should be in encoder / decoder during a 
call ? 

here is the list of all filters declared in the audioStream structure.

       MSFilter *soundread;
       MSFilter *soundwrite;
       MSFilter *encoder;
       MSFilter *decoder;
       MSFilter *rtprecv;
       MSFilter *rtpsend;
       MSFilter *dtmfgen;
       MSFilter *dtmfgen_rtp;
       MSFilter *ec;/*echo canceler*/
       MSFilter *volsend,*volrecv; /*MSVolumes*/
       MSFilter *read_resampler;
       MSFilter *write_resampler;
       MSFilter *equalizer;

Thanks,
--------------------------
Albrecht Andrzejewski




reply via email to

[Prev in Thread] Current Thread [Next in Thread]