diff options
Diffstat (limited to 'media/video/encoded_video_source.h')
-rw-r--r-- | media/video/encoded_video_source.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/media/video/encoded_video_source.h b/media/video/encoded_video_source.h index e2ce201..f0c9a13 100644 --- a/media/video/encoded_video_source.h +++ b/media/video/encoded_video_source.h @@ -68,6 +68,9 @@ class EncodedVideoSource { // signaling successful change. virtual void TrySetBitstreamConfig( const RuntimeVideoEncodingParameters& params) = 0; + + // RequestKeyFrame requests a key frame. + virtual void RequestKeyFrame() = 0; }; } // namespace media |