Package common :: Module jingle_rtp :: Class JingleRTPContent
[hide private]
[frames] | no frames]

Class JingleRTPContent

source code


Instance Methods [hide private]
 
__init__(self, session, media, transport=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
setup_stream(self) source code
 
is_ready(self) source code
 
make_bin_from_config(self, config_key, pipeline, text) source code
 
add_remote_candidates(self, candidates)
Add a list of candidates to the list of remote candidates
source code
 
batch_dtmf(self, events)
Send several DTMF tones
source code
 
_next_dtmf(self, events) source code
 
_start_dtmf(self, event) source code
 
_stop_dtmf(self) source code
 
_fill_content(self, content) source code
 
_setup_funnel(self) source code
 
_on_src_pad_added(self, stream, pad, codec) source code
 
_on_gst_message(self, bus, message) source code
 
get_fallback_src(self) source code
 
__on_content_accept(self, stanza, content, error, action) source code
 
__on_remote_codecs(self, stanza, content, error, action)
Get peer codecs from what we get from peer
source code
 
iter_codecs(self) source code
 
__stop(self, *things) source code
 
__del__(self) source code
 
destroy(self) source code

Inherited from jingle_content.JingleContent: on_negotiated, on_stanza, send_candidate, send_description_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, session, media, transport=None)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

setup_stream(self)

source code 

is_ready(self)

source code 
Overrides: jingle_content.JingleContent.is_ready

make_bin_from_config(self, config_key, pipeline, text)

source code 

add_remote_candidates(self, candidates)

source code 
Add a list of candidates to the list of remote candidates
Overrides: jingle_content.JingleContent.add_remote_candidates
(inherited documentation)

batch_dtmf(self, events)

source code 
Send several DTMF tones

_next_dtmf(self, events)

source code 

_start_dtmf(self, event)

source code 

_stop_dtmf(self)

source code 

_fill_content(self, content)

source code 

_setup_funnel(self)

source code 

_on_src_pad_added(self, stream, pad, codec)

source code 

_on_gst_message(self, bus, message)

source code 

get_fallback_src(self)

source code 

__on_content_accept(self, stanza, content, error, action)

source code 

__on_remote_codecs(self, stanza, content, error, action)

source code 
Get peer codecs from what we get from peer

iter_codecs(self)

source code 

__stop(self, *things)

source code 

__del__(self)
(Destructor)

source code 

destroy(self)

source code 
Overrides: jingle_content.JingleContent.destroy