Package com.viam.component.audioinput.v1
Interface Audioinput.ChunksRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioinput.ChunksRequest
,Audioinput.ChunksRequest.Builder
- Enclosing class:
- Audioinput
public static interface Audioinput.ChunksRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of an audio inputcom.google.protobuf.ByteString
Name of an audio inputRequested sample encoding format of the responseint
Requested sample encoding format of the responseMethods 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.
-
getSampleFormatValue
int getSampleFormatValue()Requested sample encoding format of the response
.viam.component.audioinput.v1.SampleFormat sample_format = 2 [json_name = "sampleFormat"];
- Returns:
- The enum numeric value on the wire for sampleFormat.
-
getSampleFormat
Audioinput.SampleFormat getSampleFormat()Requested sample encoding format of the response
.viam.component.audioinput.v1.SampleFormat sample_format = 2 [json_name = "sampleFormat"];
- Returns:
- The sampleFormat.
-