Package tvi.webrtc
Interface AudioEncoderFactoryFactory
- All Known Implementing Classes:
BuiltinAudioEncoderFactoryFactory
public interface AudioEncoderFactoryFactory
Implementations of this interface can create a native
webrtc::AudioEncoderFactory
.-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns a pointer to awebrtc::AudioEncoderFactory
.
-
Method Details
-
createNativeAudioEncoderFactory
long createNativeAudioEncoderFactory()Returns a pointer to awebrtc::AudioEncoderFactory
. The caller takes ownership.
-