Package com.viam.component.audioinput.v1
Class AudioInputServiceGrpc.AudioInputServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<AudioInputServiceGrpc.AudioInputServiceBlockingStub>
com.viam.component.audioinput.v1.AudioInputServiceGrpc.AudioInputServiceBlockingStub
- Enclosing class:
- AudioInputServiceGrpc
public static final class AudioInputServiceGrpc.AudioInputServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<AudioInputServiceGrpc.AudioInputServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AudioInputService.
An AudioInputService services all audio inputs associated with a robot
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) chunks
(Audioinput.ChunksRequest request) Chunks returns audio chunks forever from an audio input of the underlying robot.doCommand
(Common.DoCommandRequest request) DoCommand sends/receives arbitrary commandsgetGeometries
(Common.GetGeometriesRequest request) GetGeometries returns the geometries of the component in their current configurationproperties
(Audioinput.PropertiesRequest request) Properties returns properties of an audio input of the underlying robot.record
(Audioinput.RecordRequest request) Record records audio from an audio input of the underlying robot to an HTTP response.Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AudioInputServiceGrpc.AudioInputServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<AudioInputServiceGrpc.AudioInputServiceBlockingStub>
-
chunks
Chunks returns audio chunks forever from an audio input of the underlying robot.
-
properties
Properties returns properties of an audio input of the underlying robot.
-
record
Record records audio from an audio input of the underlying robot to an HTTP response. A specific MIME type cannot be requested and may not necessarily be the same one returned each time.
-
doCommand
DoCommand sends/receives arbitrary commands
-
getGeometries
GetGeometries returns the geometries of the component in their current configuration
-