#pragma once #include #include namespace unity { namespace webrtc { using namespace ::webrtc; rtc::scoped_refptr CreateAudioEncoderFactory(); } // end namespace webrtc } // end namespace unity