public override void SyncInputs(RpcArgs pArgs)
 {
     _listener.AddFramesToPlay(pArgs.GetNext <byte[]>().ByteArrayToObject <InputFrame[]>());
 }