encode the input of the channel from bytes
@override Uint8List encodeInput(Uint8List data) { return data; }