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