Package com.viam.component.audioinput.v1
Interface Audioinput.PropertiesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioinput.PropertiesResponse,Audioinput.PropertiesResponse.Builder
- Enclosing class:
- Audioinput
public static interface Audioinput.PropertiesResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 channel_count = 1 [json_name = "channelCount"];booleanbool is_big_endian = 5 [json_name = "isBigEndian"];booleanbool is_float = 6 [json_name = "isFloat"];booleanbool is_interleaved = 7 [json_name = "isInterleaved"];com.google.protobuf.Duration.google.protobuf.Duration latency = 2 [json_name = "latency"];intuint32 sample_rate = 3 [json_name = "sampleRate"];intuint32 sample_size = 4 [json_name = "sampleSize"];boolean.google.protobuf.Duration latency = 2 [json_name = "latency"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getChannelCount
int getChannelCount()uint32 channel_count = 1 [json_name = "channelCount"];- Returns:
- The channelCount.
-
hasLatency
boolean hasLatency().google.protobuf.Duration latency = 2 [json_name = "latency"];- Returns:
- Whether the latency field is set.
-
getLatency
com.google.protobuf.Duration getLatency().google.protobuf.Duration latency = 2 [json_name = "latency"];- Returns:
- The latency.
-
getSampleRate
int getSampleRate()uint32 sample_rate = 3 [json_name = "sampleRate"];- Returns:
- The sampleRate.
-
getSampleSize
int getSampleSize()uint32 sample_size = 4 [json_name = "sampleSize"];- Returns:
- The sampleSize.
-
getIsBigEndian
boolean getIsBigEndian()bool is_big_endian = 5 [json_name = "isBigEndian"];- Returns:
- The isBigEndian.
-
getIsFloat
boolean getIsFloat()bool is_float = 6 [json_name = "isFloat"];- Returns:
- The isFloat.
-
getIsInterleaved
boolean getIsInterleaved()bool is_interleaved = 7 [json_name = "isInterleaved"];- Returns:
- The isInterleaved.
-