Delete unused VCMCodecDataBase::SendCodec methods.
Bug: None Change-Id: Id9f9e67f02e7caabe0b11a01be49df28c7b278f0 Reviewed-on: https://webrtc-review.googlesource.com/46841 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21888}
This commit is contained in:
@ -54,14 +54,6 @@ class VCMCodecDataBase {
|
||||
int number_of_cores,
|
||||
size_t max_payload_size);
|
||||
|
||||
// Gets the current send codec. Relevant for internal codecs only.
|
||||
// Returns true if there is a send codec, false otherwise.
|
||||
bool SendCodec(VideoCodec* current_send_codec) const;
|
||||
|
||||
// Gets current send side codec type. Relevant for internal codecs only.
|
||||
// Returns kVideoCodecUnknown if there is no send codec.
|
||||
VideoCodecType SendCodec() const;
|
||||
|
||||
// Registers and initializes an external encoder object.
|
||||
// |internal_source| should be set to true if the codec has an internal
|
||||
// video source and doesn't need the user to provide it with frames via
|
||||
|
Reference in New Issue
Block a user