viam.gen.component.audioin.v1.audioin_grpc

Classes

AudioInServiceBase

Helper class that provides a standard way to create an ABC using

UnimplementedAudioInServiceBase

Helper class that provides a standard way to create an ABC using

AudioInServiceStub

Module Contents

class viam.gen.component.audioin.v1.audioin_grpc.AudioInServiceBase[source]

Bases: abc.ABC

Helper class that provides a standard way to create an ABC using inheritance.

abstract GetAudio(stream: grpclib.server.Stream[component.audioin.v1.audioin_pb2.GetAudioRequest, component.audioin.v1.audioin_pb2.GetAudioResponse]) None[source]
Async:

abstract GetProperties(stream: grpclib.server.Stream[common.v1.common_pb2.GetPropertiesRequest, common.v1.common_pb2.GetPropertiesResponse]) None[source]
Async:

abstract DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) None[source]
Async:

abstract GetGeometries(stream: grpclib.server.Stream[common.v1.common_pb2.GetGeometriesRequest, common.v1.common_pb2.GetGeometriesResponse]) None[source]
Async:

__mapping__() Dict[str, grpclib.const.Handler][source]
class viam.gen.component.audioin.v1.audioin_grpc.UnimplementedAudioInServiceBase[source]

Bases: AudioInServiceBase

Helper class that provides a standard way to create an ABC using inheritance.

async GetAudio(stream: grpclib.server.Stream[component.audioin.v1.audioin_pb2.GetAudioRequest, component.audioin.v1.audioin_pb2.GetAudioResponse]) None[source]
async GetProperties(stream: grpclib.server.Stream[common.v1.common_pb2.GetPropertiesRequest, common.v1.common_pb2.GetPropertiesResponse]) None[source]
async DoCommand(stream: grpclib.server.Stream[common.v1.common_pb2.DoCommandRequest, common.v1.common_pb2.DoCommandResponse]) None[source]
async GetGeometries(stream: grpclib.server.Stream[common.v1.common_pb2.GetGeometriesRequest, common.v1.common_pb2.GetGeometriesResponse]) None[source]
class viam.gen.component.audioin.v1.audioin_grpc.AudioInServiceStub(channel: grpclib.client.Channel)[source]
GetAudio
GetProperties
DoCommand
GetGeometries