Package com.telnyx.webrtc.lib
Class BuiltinAudioDecoderFactoryFactory
java.lang.Object
com.telnyx.webrtc.lib.BuiltinAudioDecoderFactoryFactory
- All Implemented Interfaces:
AudioDecoderFactoryFactory
Creates a native
webrtc::AudioDecoderFactory with the builtin audio decoders.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns a pointer to awebrtc::AudioDecoderFactory.
-
Constructor Details
-
BuiltinAudioDecoderFactoryFactory
public BuiltinAudioDecoderFactoryFactory()
-
-
Method Details
-
createNativeAudioDecoderFactory
public long createNativeAudioDecoderFactory()Description copied from interface:AudioDecoderFactoryFactoryReturns a pointer to awebrtc::AudioDecoderFactory. The caller takes ownership.- Specified by:
createNativeAudioDecoderFactoryin interfaceAudioDecoderFactoryFactory
-