We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc470d3 commit e31af0aCopy full SHA for e31af0a
lib/src/frame_cryptor.dart
@@ -93,19 +93,6 @@ enum FrameCryptorState {
93
FrameCryptorStateInternalError,
94
}
95
96
-class FrameCryptorOptions {
97
- FrameCryptorOptions({
98
- this.discardUnableDecryptedFrames = false,
99
- });
100
-
101
- /// Discard frames when frame crypto is disabled.
102
- /// Because of the wrong key or decoding the encrypted frame or outputting
103
- /// garbled audio
104
- /// when called FrameCryptor.setEnabled(false); if this parameter is true, the
105
- /// frame will discarded
106
- final bool discardUnableDecryptedFrames;
107
-}
108
109
/// Frame encryption/decryption.
110
///
111
abstract class FrameCryptor {
0 commit comments