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