Add ObjC API for getting native histograms.

BUG=

Review-Url: https://codereview.webrtc.org/2036773003
Cr-Commit-Position: refs/heads/master@{#13064}
This commit is contained in:
asapersson
2016-06-08 04:59:16 -07:00
committed by Commit bot
parent 663f9e2ddc
commit 0ab07d67cb
8 changed files with 183 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#import <WebRTC/RTCMediaConstraints.h>
#import <WebRTC/RTCMediaStream.h>
#import <WebRTC/RTCMediaStreamTrack.h>
#import <WebRTC/RTCMetrics.h>
#import <WebRTC/RTCMetricsSampleInfo.h>
#import <WebRTC/RTCPeerConnection.h>
#import <WebRTC/RTCPeerConnectionFactory.h>
#import <WebRTC/RTCRtpCodecParameters.h>