getAudioTracks property

List<MediaStreamTrack> Function() get getAudioTracks

Implementation

_i2.List<_i3.MediaStreamTrack> Function() get getAudioTracks =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'getAudioTracks',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getAudioTracks (List<MediaStreamTrack> value())

Implementation

set getAudioTracks(_i2.List<_i3.MediaStreamTrack> Function() value) {
  _i4.setProperty(
    this,
    'getAudioTracks',
    _i4.allowInterop(value),
  );
}