getVideoTracks property

List<MediaStreamTrack> Function() get getVideoTracks

Implementation

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

Implementation

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