Package tvi.webrtc
Interface AudioEncoderFactoryFactory
-
- All Known Implementing Classes:
BuiltinAudioEncoderFactoryFactory
public interface AudioEncoderFactoryFactoryImplementations of this interface can create a nativewebrtc::AudioEncoderFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longcreateNativeAudioEncoderFactory()Returns a pointer to awebrtc::AudioEncoderFactory.
-