viam.gen.component.audioout.v1.audioout_grpc

Classes

AudioOutServiceBase

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

UnimplementedAudioOutServiceBase

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

AudioOutServiceStub

Module Contents

class viam.gen.component.audioout.v1.audioout_grpc.AudioOutServiceBase[source]

Bases: abc.ABC

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

abstract Play(stream: grpclib.server.Stream[component.audioout.v1.audioout_pb2.PlayRequest, component.audioout.v1.audioout_pb2.PlayResponse]) 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.audioout.v1.audioout_grpc.UnimplementedAudioOutServiceBase[source]

Bases: AudioOutServiceBase

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

async Play(stream: grpclib.server.Stream[component.audioout.v1.audioout_pb2.PlayRequest, component.audioout.v1.audioout_pb2.PlayResponse]) 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.audioout.v1.audioout_grpc.AudioOutServiceStub(channel: grpclib.client.Channel)[source]
Play
GetProperties
DoCommand
GetGeometries