getMetadata property

RTCEncodedAudioFrameMetadata Function() get getMetadata

Implementation

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

Implementation

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