.. _api_media_source_interface: Media Source Interface ========================= #include Top level interface that exposes the underlying source interfaces for injecting raw video and raw audio. This abstract class exposes the two possible source interfaces: :cpp:class:`video `, :cpp:class:`audio `. These two source interfaces essentially serve as input for the RTC Audio and Video sources created by the Media Engine. .. doxygenclass:: dolbyio::comms::media_source_interface :project: C++ SDK