jigar-joshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

New methods SendIntraFrame and RequestIntraFrame in VideoChannel #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are two new Methods in the VideoChannel (libjingle 0.5.2): SendIntraFrame 
and RequestIntraFrame. Are there any documentation about them?

Thanks

Original issue reported on code.google.com by palu...@gmail.com on 28 Jan 2011 at 4:03

GoogleCodeExporter commented 9 years ago
Those are not entirely new to 0.5.2 per-se. It's also available in 0.5.1 as 
well. We'll fix the document part in the future. Basically, those two methods 
are used for sending and requesting the key frames. Please refer to H264 codecs 
for more details.

Original comment by jun...@google.com on 3 Feb 2011 at 1:01