Package tvi.webrtc
Interface FrameDecryptor
-
public interface FrameDecryptorThe 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNativeFrameDecryptor()
-