getAudioDelay method

Future<int?> getAudioDelay(
  1. int viewId
)

Returns the amount of audio track time delay.

Implementation

Future<int?> getAudioDelay(int viewId) {
  throw _unimplemented('getAudioDelay');
}