Skip to content

Commit e31af0a

Browse files
committed
cleanup.
1 parent cc470d3 commit e31af0a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

lib/src/frame_cryptor.dart

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,6 @@ enum FrameCryptorState {
9393
FrameCryptorStateInternalError,
9494
}
9595

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-
10996
/// Frame encryption/decryption.
11097
///
11198
abstract class FrameCryptor {

0 commit comments

Comments
 (0)