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

Class JingleVideo

source code


Instance Methods [hide private]
 
__init__(self, session, transport=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
setup_stream(self) source code
 
get_fallback_src(self) source code

Inherited from JingleRTPContent: __del__, add_remote_candidates, batch_dtmf, destroy, 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)

setup_stream(self)

source code 
Overrides: JingleRTPContent.setup_stream

get_fallback_src(self)

source code 
Overrides: JingleRTPContent.get_fallback_src