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 TypeMethodDescriptionint
uint32 channel_count = 1 [json_name = "channelCount"];
boolean
bool is_big_endian = 5 [json_name = "isBigEndian"];
boolean
bool is_float = 6 [json_name = "isFloat"];
boolean
bool is_interleaved = 7 [json_name = "isInterleaved"];
com.google.protobuf.Duration
.google.protobuf.Duration latency = 2 [json_name = "latency"];
int
uint32 sample_rate = 3 [json_name = "sampleRate"];
int
uint32 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.
-