Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 022f046

Browse files
Update for 2.2.0 release
1 parent 72d38f9 commit 022f046

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+730
-181
lines changed
-1.47 KB
Binary file not shown.
422 Bytes
Binary file not shown.
40.5 KB
Binary file not shown.
126 KB
Binary file not shown.

docs/.doctrees/environment.pickle

90.7 KB
Binary file not shown.

docs/.doctrees/index.doctree

-32 Bytes
Binary file not shown.
13.4 KB
Binary file not shown.
2.45 KB
Binary file not shown.

docs/_sources/api/injection/example.rst.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ pipeline.
88

99
The interfaces inherited by this custom_injector example must be implemented by any custom injector intended to inject video and audio frames to a conference.
1010

11-
If you want to use a custom injector module instead of the default injector module, you can replace the CMakeLists.txt in the :ref:`getting_started_sample` section with the sample below.
12-
The paths in this CMakeLists.txt are assuming that the file is located in the same place as in the Writing Application portion of the Getting Started.
11+
At the bottom of the page is a sample CMakeLists.txt which shows how to create a library for this custom injector, then the library can be linked against the executable shown in the
12+
:ref:`getting_started_sample` section if you want to use a custom injector module.
1313

1414
custom_injector.h
1515
_________________
@@ -21,12 +21,7 @@ __________________
2121
.. literalinclude:: ../../../src/public/dolbyio/comms/sample/custom_injector/custom_injector.cc
2222
:language: c++
2323

24-
main.cc
25-
_______
26-
.. literalinclude:: ../../../src/public/dolbyio/comms/sample/custom_injector/main.cc
27-
:language: c++
28-
29-
Injector CMakeLists.txt
30-
_______________________
24+
CMakeLists.txt
25+
_______________
3126
.. literalinclude:: ../../../src/public/dolbyio/comms/sample/custom_injector/CMakeLists.txt
3227
:language: console

docs/_sources/api/media_io.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _media_io_api:
22

33
Media IO API
4-
======================
4+
=============
55
The Media IO feature allows for :ref:`injecting <api_injection>` video and audio streams into a conference as well as :ref:`recording <api_recording>` the remote participants' streams.
66

77
The basic usage of the Session Service consists of the following steps:

0 commit comments

Comments
 (0)