summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h')
-rw-r--r--chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h b/chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
new file mode 100644
index 00000000000..a9f5fe22777
--- /dev/null
+++ b/chromium/third_party/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCAudioTrack.h
@@ -0,0 +1,23 @@
+/*
+ * Copyright 2015 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
+ * tree. An additional intellectual property rights grant can be found
+ * in the file PATENTS. All contributing project authors may
+ * be found in the AUTHORS file in the root of the source tree.
+ */
+
+#import <WebRTC/RTCMacros.h>
+#import <WebRTC/RTCMediaStreamTrack.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+RTC_EXPORT
+@interface RTCAudioTrack : RTCMediaStreamTrack
+
+- (instancetype)init NS_UNAVAILABLE;
+
+@end
+
+NS_ASSUME_NONNULL_END