Question about the method isPendingData

juanmms <[email protected]>
Newsgroups gmane.comp.gnu.ccrtp.devel
Message-ID <[email protected]>
I tried to use the method isPendingData(...) in a way like that:

SymmetricRTPSession* _socket_snd_rcv;
...

while (_socket_snd_rcv->isPendingData(tiempoEsperaMaximo) ... ) {
....
    adu = _socket_snd_rcv->getData(_socket_snd_rcv->getFirstTimestamp());
...
}

But when I compile the code, I got the following error:

/usr/local/include/ccrtp/rtp.h:501: `bool 
   ost::SingleThreadRTPSession<RTPDataChannel, RTCPChannel, 
   ServiceQueue>::isPendingData(unsigned int) [with RTPDataChannel = 
   ost::SymmetricRTPChannel, RTCPChannel = ost::SymmetricRTPChannel, 
   ServiceQueue = ost::AVPQueue]' está protegido (is protected)

¿How can I access this method or any method with similar function? I am
using ccrtp 1.3.6. on linux.

Thanks a lot!
--
View this message in context: http://www.nabble.com/Question-about-the-method-isPendingData-t1634683.html#a4427259
Sent from the Gnu - ccRTP - Dev forum at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.