Add per stream intra requests.

BUG=

Review URL: https://webrtc-codereview.appspot.com/829006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2883 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org
2012-10-08 07:06:53 +00:00
parent 7bc3a4172a
commit c530043684
27 changed files with 260 additions and 108 deletions

View File

@ -101,7 +101,7 @@ public:
*/
WebRtc_Word32 Encode(const VideoFrame& inputFrame,
const CodecSpecificInfo* codecSpecificInfo,
const FrameType frameType);
const std::vector<FrameType>* frameTypes);
/**
* Set new target bit rate and frame rate
* Return Value: new bit rate if OK, otherwise <0s
@ -127,7 +127,7 @@ public:
WebRtc_Word32 SetPeriodicKeyFrames(bool enable);
WebRtc_Word32 RequestFrame(const FrameType frameType);
WebRtc_Word32 RequestFrame(const std::vector<FrameType>* frame_types);
bool InternalSource() const;