Package tvi.webrtc
Interface AudioDecoderFactoryFactory
-
- All Known Implementing Classes:
BuiltinAudioDecoderFactoryFactory
public interface AudioDecoderFactoryFactory
Implementations of this interface can create a nativewebrtc::AudioDecoderFactory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
createNativeAudioDecoderFactory()
Returns a pointer to awebrtc::AudioDecoderFactory
.
-