| 51 | } |
| 52 | |
| 53 | void GrVideoEncoderPlugin::On1Second() { |
| 54 | if (client_side_media_recording_) { |
| 55 | InsertIdr(); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | void GrVideoEncoderPlugin::SetClientSideMediaRecording(bool recording) { |
| 60 | client_side_media_recording_ = recording; |
nothing calls this directly
no outgoing calls
no test coverage detected