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::AudioDecoderFactorywith the builtin audio decoders.
-
-
Constructor Summary
Constructors Constructor Description BuiltinAudioDecoderFactoryFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcreateNativeAudioDecoderFactory()Returns a pointer to awebrtc::AudioDecoderFactory.
-
-
-
Method Detail
-
createNativeAudioDecoderFactory
public long createNativeAudioDecoderFactory()
Description copied from interface:AudioDecoderFactoryFactoryReturns a pointer to awebrtc::AudioDecoderFactory. The caller takes ownership.- Specified by:
createNativeAudioDecoderFactoryin interfaceAudioDecoderFactoryFactory
-
-