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