Package tvi.webrtc

Interface FrameDecryptor


public interface FrameDecryptor
The FrameDecryptor interface allows Java API users to provide a pointer to their native implementation of the FrameDecryptorInterface. FrameDecryptors are extremely performance sensitive as they must process all incoming video and audio frames. Due to this reason they should always be backed by a native implementation Note: Not ready for production use.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
  • Method Details

    • getNativeFrameDecryptor

      long getNativeFrameDecryptor()
      Returns:
      A FrameDecryptorInterface pointer.