audioFilePath property

  1. @TagNumber.new(15)
String get audioFilePath

Absolute path to an audio file. Required when audio_source is AUDIO_SOURCE_FILE; ignored for MICROPHONE / CALLBACK sources.

Implementation

@$pb.TagNumber(15)
$core.String get audioFilePath => $_getSZ(14);
  1. @TagNumber.new(15)
set audioFilePath (String value)

Implementation

@$pb.TagNumber(15)
set audioFilePath($core.String value) => $_setString(14, value);