Package tvi.webrtc
Class BuiltinAudioDecoderFactoryFactory
- java.lang.Object
-
- tvi.webrtc.BuiltinAudioDecoderFactoryFactory
-
- All Implemented Interfaces:
AudioDecoderFactoryFactory
public class BuiltinAudioDecoderFactoryFactory extends java.lang.Object implements AudioDecoderFactoryFactory
Creates a nativewebrtc::AudioDecoderFactory
with the builtin audio decoders.
-
-
Constructor Summary
Constructors Constructor Description BuiltinAudioDecoderFactoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
createNativeAudioDecoderFactory()
Returns a pointer to awebrtc::AudioDecoderFactory
.
-
-
-
Method Detail
-
createNativeAudioDecoderFactory
public long createNativeAudioDecoderFactory()
Description copied from interface:AudioDecoderFactoryFactory
Returns a pointer to awebrtc::AudioDecoderFactory
. The caller takes ownership.- Specified by:
createNativeAudioDecoderFactory
in interfaceAudioDecoderFactoryFactory
-
-