audioFormat property
Audio format of the bytes in audio_data.
Implementation
@$pb.TagNumber(2)
$0.AudioFormat get audioFormat => $_getN(1);
Implementation
@$pb.TagNumber(2)
set audioFormat($0.AudioFormat value) => $_setField(2, value);
Audio format of the bytes in audio_data.
@$pb.TagNumber(2)
$0.AudioFormat get audioFormat => $_getN(1);
@$pb.TagNumber(2)
set audioFormat($0.AudioFormat value) => $_setField(2, value);