audioLowLatencyOutputFrameSize property

int get audioLowLatencyOutputFrameSize

Get the audio low-latency output frame size (Android only).

On iOS this returns 0.

Returns

  • The frame size in samples, or 0 when not supported.

Implementation

static int get audioLowLatencyOutputFrameSize {
  final OperationResult result = staticMethod(
    'SoundService',
    'getAudioLowLatencyOutputFrameSize',
  );
  return result['result'];
}