durationSeconds property
Desired duration of audio stream If not set or set to 0, the stream is infinite
Implementation
@$pb.TagNumber(2)
$core.double get durationSeconds => $_getN(1);
Implementation
@$pb.TagNumber(2)
set durationSeconds($core.double v) { $_setFloat(1, v); }