audioData property

  1. @TagNumber(1)
List<int> get audioData

Audio data for this chunk, encoded according to the requested codec.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get audioData => $_getN(0);
  1. @TagNumber(1)
set audioData (List<int> v)

Implementation

@$pb.TagNumber(1)
set audioData($core.List<$core.int> v) { $_setBytes(0, v); }