Package tvi.webrtc

Interface FrameEncryptor


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

      • getNativeFrameEncryptor

        long getNativeFrameEncryptor()
        Returns:
        A FrameEncryptorInterface pointer.