Package org.webrtc
Class CryptoOptions.SFrame
java.lang.Object
org.webrtc.CryptoOptions.SFrame
- Enclosing class:
- CryptoOptions
Options to be used when the FrameEncryptor / FrameDecryptor APIs are used.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
If set all RtpSenders must have an FrameEncryptor attached to them before they are allowed to send packets. -
Constructor Summary
-
Method Summary
-
Field Details
-
requireFrameEncryption
private final boolean requireFrameEncryptionIf set all RtpSenders must have an FrameEncryptor attached to them before they are allowed to send packets. All RtpReceivers must have a FrameDecryptor attached to them before they are able to receive packets.
-
-
Constructor Details
-
SFrame
private SFrame(boolean requireFrameEncryption)
-
-
Method Details
-
getRequireFrameEncryption
public boolean getRequireFrameEncryption()
-