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 Type
    Method
    Description
    long
    Returns a pointer to a webrtc::AudioDecoderFactory.
  • Method Details

    • createNativeAudioDecoderFactory

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