StreamContext constructor

StreamContext(
  1. Iterable<StreamInfoProvider> streamInfoProviders,
  2. Iterable<CipherOperation> cipherOperations
)

Implementation

StreamContext(this.streamInfoProviders, this.cipherOperations);