commit | 6e706ede5fe9ce03fb8a0a31ae3958d8288394b5 | [log] [tgz] |
---|---|---|
author | Kári Tristan Helgason <kthelgason@webrtc.org> | Fri Aug 23 13:02:05 2019 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Aug 23 12:06:36 2019 +0000 |
tree | 08dfb560f5028ad7695631b1d9595880a48b782c | |
parent | b6b4deee4986e315f011f647c0a6041a226ce999 [diff] [blame] |
Add ObjC interface wrapping new GetImplementations method. Bug: webrtc:10795 Change-Id: I32a4bcb9bd51155b6bc82a161765b5cda9539100 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/150100 Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Anders Carlsson <andersc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28947}
diff --git a/sdk/objc/base/RTCVideoEncoderFactory.h b/sdk/objc/base/RTCVideoEncoderFactory.h index 20c603d..3291797 100644 --- a/sdk/objc/base/RTCVideoEncoderFactory.h +++ b/sdk/objc/base/RTCVideoEncoderFactory.h
@@ -23,6 +23,9 @@ - (nullable id<RTCVideoEncoder>)createEncoder:(RTCVideoCodecInfo *)info; - (NSArray<RTCVideoCodecInfo *> *)supportedCodecs; // TODO(andersc): "supportedFormats" instead? +@optional +- (NSArray<RTCVideoCodecInfo *> *)implementations; + @end NS_ASSUME_NONNULL_END