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