super(name);
Frame output = context.fetchFrame(mKey); if (output != null) { pushOutput("frame", output); if (!mRepeatFrame) { closeOutputPort("frame"); } } else { delayNextProcess(250); }
addOutputPort("frame", mFormat == null ? FrameFormat.unspecified() : mFormat);