audioSource property
audio_file_path applies when audio_source is FILE.
Implementation
@$pb.TagNumber(8)
AudioSource get audioSource => $_getN(7);
Implementation
@$pb.TagNumber(8)
set audioSource(AudioSource value) => $_setField(8, value);
audio_file_path applies when audio_source is FILE.
@$pb.TagNumber(8)
AudioSource get audioSource => $_getN(7);
@$pb.TagNumber(8)
set audioSource(AudioSource value) => $_setField(8, value);