xref: /aosp_15_r20/external/webrtc/sdk/objc/README.md (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker# WebRTC Obj-C SDK
2*d9f75844SAndroid Build Coastguard Worker
3*d9f75844SAndroid Build Coastguard WorkerThis directory contains the Obj-C SDK for WebRTC. This includes wrappers for the
4*d9f75844SAndroid Build Coastguard WorkerC++ PeerConnection API and some platform specific components for iOS and macOS.
5*d9f75844SAndroid Build Coastguard Worker
6*d9f75844SAndroid Build Coastguard Worker## Organization
7*d9f75844SAndroid Build Coastguard Worker
8*d9f75844SAndroid Build Coastguard Worker- api/
9*d9f75844SAndroid Build Coastguard Worker
10*d9f75844SAndroid Build Coastguard Worker  Wrappers around classes and functions in the C++ API for creating and
11*d9f75844SAndroid Build Coastguard Worker  configuring peer connections, etc.
12*d9f75844SAndroid Build Coastguard Worker
13*d9f75844SAndroid Build Coastguard Worker- base/
14*d9f75844SAndroid Build Coastguard Worker
15*d9f75844SAndroid Build Coastguard Worker  This directory contains some base protocols and classes that are used by both
16*d9f75844SAndroid Build Coastguard Worker  the platform specific components and the SDK wrappers.
17*d9f75844SAndroid Build Coastguard Worker
18*d9f75844SAndroid Build Coastguard Worker- components/
19*d9f75844SAndroid Build Coastguard Worker
20*d9f75844SAndroid Build Coastguard Worker  These are the platform specific components. Contains components for handling
21*d9f75844SAndroid Build Coastguard Worker  audio, capturing and rendering video, encoding and decoding using the
22*d9f75844SAndroid Build Coastguard Worker  platform's hardware codec implementation and for representing video frames
23*d9f75844SAndroid Build Coastguard Worker  in the platform's native format.
24*d9f75844SAndroid Build Coastguard Worker
25*d9f75844SAndroid Build Coastguard Worker- helpers/
26*d9f75844SAndroid Build Coastguard Worker
27*d9f75844SAndroid Build Coastguard Worker  These files are not WebRTC specific, but are general helper classes and
28*d9f75844SAndroid Build Coastguard Worker  utilities for the Cocoa platforms.
29*d9f75844SAndroid Build Coastguard Worker
30*d9f75844SAndroid Build Coastguard Worker- native/
31*d9f75844SAndroid Build Coastguard Worker
32*d9f75844SAndroid Build Coastguard Worker  APIs for wrapping the platform specific components and using them with the
33*d9f75844SAndroid Build Coastguard Worker  C++ API.
34*d9f75844SAndroid Build Coastguard Worker
35*d9f75844SAndroid Build Coastguard Worker- unittests/
36*d9f75844SAndroid Build Coastguard Worker
37*d9f75844SAndroid Build Coastguard Worker  This directory contains the tests.
38