org.gstreamer.elements.good
Interface RTPBin.ON_BYE_SSRC

Enclosing class:
RTPBin

public static interface RTPBin.ON_BYE_SSRC

Signal emitted when an SSRC that became inactive because of a BYE packet.

See Also:
RTPBin.connect(ON_BYE_SSRC), RTPBin.disconnect(ON_BYE_SSRC)

Method Summary
 void onByeSsrc(RTPBin rtpbin, int session, int ssrc)
           
 

Method Detail

onByeSsrc

void onByeSsrc(RTPBin rtpbin,
               int session,
               int ssrc)
Parameters:
rtpbin - the object which received the signal
session - the session
ssrc - the SSRC