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

Class JingleAudio

source code


Jingle VoIP sessions consist of audio content transported over an ICE UDP protocol
Instance Methods [hide private]
 
__init__(self, session, transport=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_mic_volume(self, vol)
vol must be between 0 ans 1
source code
 
set_out_volume(self, vol)
vol must be between 0 ans 1
source code
 
setup_stream(self) source code

Inherited from JingleRTPContent: __del__, add_remote_candidates, batch_dtmf, destroy, get_fallback_src, is_ready, iter_codecs, make_bin_from_config

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, transport=None)
(Constructor)

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

set_mic_volume(self, vol)

source code 
vol must be between 0 ans 1

set_out_volume(self, vol)

source code 
vol must be between 0 ans 1

setup_stream(self)

source code 
Overrides: JingleRTPContent.setup_stream