Beispiel #1
0
 protected void HandleFrameSubmissionIssue(ErrorCode result)
 {
     // if you are receiving TTV_WRN_QUEUELENGTH then it's possible the bitrate is too high for the user's internet connection
     DebugOverlay.Instance.AddViewportText("FrameSubmissionIssue: " + result.ToString(), 1);
 }
Beispiel #2
0
 protected void HandleFrameSubmissionIssue(ErrorCode result)
 {
     // if you are receiving TTV_WRN_QUEUELENGTH then it's possible the bitrate is too high for the user's internet connection
     DebugOverlay.Instance.AddViewportText("FrameSubmissionIssue: " + result.ToString(), 1);
 }