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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user