Package com.telnyx.webrtc.lib
Interface AudioDecoderFactoryFactory
- All Known Implementing Classes:
BuiltinAudioDecoderFactoryFactory
public interface AudioDecoderFactoryFactory
Implementations of this interface can create a native
webrtc::AudioDecoderFactory.-
Method Summary
Modifier and TypeMethodDescriptionlongReturns a pointer to awebrtc::AudioDecoderFactory.
-
Method Details
-
createNativeAudioDecoderFactory
long createNativeAudioDecoderFactory()Returns a pointer to awebrtc::AudioDecoderFactory. The caller takes ownership.
-