clockSynchronization static method

String clockSynchronization(
  1. int mode
)

It is possible to disable the input clock synchronisation for real-time sources. Use this if you experience jerky playback of network streams. {-1 (Default), 0 (Disable), 1 (Enable)}

Implementation

static String clockSynchronization(int mode) {
  return '--clock-synchro=$mode';
}