data property
- @TagNumber(1)
Data is PCM data that is organized according to the sample format along with its possible interleaving. Data in each format is Little Endian.
Implementation
@$pb.TagNumber(1)
$core.List<$core.int> get data => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set data($core.List<$core.int> v) { $_setBytes(0, v); }