Package com.viam.component.audioinput.v1
Interface Audioinput.RecordRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioinput.RecordRequest,Audioinput.RecordRequest.Builder
- Enclosing class:
- Audioinput
public static interface Audioinput.RecordRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Duration.google.protobuf.Duration duration = 2 [json_name = "duration"];getName()Name of an audio inputcom.google.protobuf.ByteStringName of an audio inputboolean.google.protobuf.Duration duration = 2 [json_name = "duration"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()Name of an audio input
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Name of an audio input
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
hasDuration
boolean hasDuration().google.protobuf.Duration duration = 2 [json_name = "duration"];- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration().google.protobuf.Duration duration = 2 [json_name = "duration"];- Returns:
- The duration.
-