Package tvi.webrtc

Interface AudioDecoderFactoryFactory

  • All Known Implementing Classes:
    BuiltinAudioDecoderFactoryFactory

    public interface AudioDecoderFactoryFactory
    Implementations of this interface can create a native webrtc::AudioDecoderFactory.
    • Method Detail

      • createNativeAudioDecoderFactory

        long createNativeAudioDecoderFactory()
        Returns a pointer to a webrtc::AudioDecoderFactory. The caller takes ownership.