#ifndef OBJC_VIDEO_FACTORY_H #define OBJC_VIDEO_FACTORY_H #include #include "api/video_codecs/video_decoder_factory.h" #include "api/video_codecs/video_encoder_factory.h" namespace livekit { std::unique_ptr CreateObjCVideoEncoderFactory(); std::unique_ptr CreateObjCVideoDecoderFactory(); } // namespace livekit #endif // OBJC_VIDEO_FACTORY_H