getOutputTimestamp property

AudioTimestamp Function() get getOutputTimestamp

Implementation

_i3.AudioTimestamp Function() get getOutputTimestamp => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getOutputTimestamp',
      ),
      r'call',
      [this],
    );
set getOutputTimestamp (AudioTimestamp value())

Implementation

set getOutputTimestamp(_i3.AudioTimestamp Function() value) {
  _i4.setProperty(
    this,
    'getOutputTimestamp',
    _i4.allowInterop(value),
  );
}