You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RPC.md
+2-4
Original file line number
Diff line number
Diff line change
@@ -224,8 +224,7 @@ Parameters of receiver device.
224
224
| resampler_backend |[RvResamplerBackend](#rvpb-RvResamplerBackend)| optional | Resampling algorithm. Keep unset to use default. |
225
225
| resampler_profile |[RvResamplerProfile](#rvpb-RvResamplerProfile)| optional | Resampling quality. Keep unset to use default. |
226
226
| target_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Target latency. Keep unset to use default. |
227
-
| min_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Minimum latency. Keep unset to use default. |
228
-
| max_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Maximum latency. Keep unset to use default. |
227
+
| latency_tolerance |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Maximum deviation of latency from target. Keep unset to disable. |
229
228
| no_playback_timeout |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Timeout for the lack of playback. Keep unset to use default. |
230
229
| choppy_playback_timeout |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Timeout for choppy playback. Keep unset to use default. |
231
230
@@ -253,8 +252,7 @@ Parameters of sender device.
253
252
| resampler_backend |[RvResamplerBackend](#rvpb-RvResamplerBackend)| optional | Resampling algorithm. Keep unset to use default. |
254
253
| resampler_profile |[RvResamplerProfile](#rvpb-RvResamplerProfile)| optional | Resampling quality. Keep unset to use default. |
255
254
| target_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Target latency. Use only if you need sender-side latency tuning. Keep unset to disable. |
256
-
| min_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Minimum latency. Use only if you need sender-side latency tuning. Keep unset to disable. |
257
-
| max_latency |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Maximum latency. Use only if you need sender-side latency tuning. Keep unset to disable. |
255
+
| latency_tolerance |[google.protobuf.Duration](#google-protobuf-Duration)| optional | Maximum deviation of latency from target. Use only if you need sender-side latency tuning. Keep unset to disable. |
0 commit comments