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

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h

Issue 2290583003: iOS: Add ability to specify audio constraints. (Closed)
Patch Set: Update ctor order. Created 4 years, 4 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
Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
similarity index 73%
copy from webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
copy to webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
index a9f5fe22777ef4c954676e557c6b5ad3168ed22c..a86f42bbb75cd1f0d7d62806cac1335c1d62ee09 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioSource.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 The WebRTC project authors. All Rights Reserved.
+ * Copyright 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@@ -8,13 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#import <Foundation/Foundation.h>
+
#import <WebRTC/RTCMacros.h>
-#import <WebRTC/RTCMediaStreamTrack.h>
+#import <WebRTC/RTCMediaSource.h>
NS_ASSUME_NONNULL_BEGIN
RTC_EXPORT
-@interface RTCAudioTrack : RTCMediaStreamTrack
+@interface RTCAudioSource : RTCMediaSource
- (instancetype)init NS_UNAVAILABLE;
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/RTCVideoSource+Private.h ('k') | webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698