Wire up currently-received video codec to stats.
BUG=webrtc:1844, webrtc:4808 R=mflodman@webrtc.org, pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1315413002 Cr-Commit-Position: refs/heads/master@{#9810}
This commit is contained in:
@ -76,7 +76,7 @@ class VCMReceiveCallback {
|
||||
return -1;
|
||||
}
|
||||
// Called when the current receive codec changes.
|
||||
virtual void IncomingCodecChanged(const VideoCodec& codec) {}
|
||||
virtual void OnIncomingPayloadType(int payload_type) {}
|
||||
|
||||
protected:
|
||||
virtual ~VCMReceiveCallback() {
|
||||
|
||||
Reference in New Issue
Block a user