Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: webrtc/api/jsepsessiondescription.h

Issue 2408153002: Remove cricket::VideoCodec with, height and framerate properties (Closed)
Patch Set: Rebased Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/jsepsessiondescription.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/jsepsessiondescription.h
diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h
index 0248a07c72662c160447a73043e747179b6342cd..8f2ab5ff57aaa0d95d2214bcfc1b509aecfeae63 100644
--- a/webrtc/api/jsepsessiondescription.h
+++ b/webrtc/api/jsepsessiondescription.h
@@ -66,13 +66,8 @@ class JsepSessionDescription : public SessionDescriptionInterface {
size_t mediasection_index) const;
virtual bool ToString(std::string* out) const;
- // Default video encoder settings. The resolution is the max resolution.
- // TODO(perkj): Implement proper negotiation of video resolution.
static const int kDefaultVideoCodecId;
- static const int kDefaultVideoCodecFramerate;
static const char kDefaultVideoCodecName[];
- static const int kMaxVideoCodecWidth;
- static const int kMaxVideoCodecHeight;
private:
std::unique_ptr<cricket::SessionDescription> description_;
« no previous file with comments | « no previous file | webrtc/api/jsepsessiondescription.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698