Documentation
¶
Index ¶
- Variables
- type PlayRequest
- func (x *PlayRequest) ClearAudioInfo()
- func (x *PlayRequest) ClearExtra()
- func (x *PlayRequest) GetAudioData() []byte
- func (x *PlayRequest) GetAudioInfo() *v1.AudioInfo
- func (x *PlayRequest) GetExtra() *structpb.Struct
- func (x *PlayRequest) GetName() string
- func (x *PlayRequest) HasAudioInfo() bool
- func (x *PlayRequest) HasExtra() bool
- func (*PlayRequest) ProtoMessage()
- func (x *PlayRequest) ProtoReflect() protoreflect.Message
- func (x *PlayRequest) Reset()
- func (x *PlayRequest) SetAudioData(v []byte)
- func (x *PlayRequest) SetAudioInfo(v *v1.AudioInfo)
- func (x *PlayRequest) SetExtra(v *structpb.Struct)
- func (x *PlayRequest) SetName(v string)
- func (x *PlayRequest) String() string
- type PlayRequest_builder
- type PlayResponse
- type PlayResponse_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_component_audioout_v1_audioout_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PlayRequest ¶
type PlayRequest struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
AudioData []byte `protobuf:"bytes,2,opt,name=audio_data,json=audioData,proto3" json:"audio_data,omitempty"`
// Info describing the audio_data
AudioInfo *v1.AudioInfo `protobuf:"bytes,3,opt,name=audio_info,json=audioInfo,proto3" json:"audio_info,omitempty"`
Extra *structpb.Struct `protobuf:"bytes,99,opt,name=extra,proto3" json:"extra,omitempty"`
// contains filtered or unexported fields
}
func (*PlayRequest) ClearAudioInfo ¶
func (x *PlayRequest) ClearAudioInfo()
func (*PlayRequest) ClearExtra ¶
func (x *PlayRequest) ClearExtra()
func (*PlayRequest) GetAudioData ¶
func (x *PlayRequest) GetAudioData() []byte
func (*PlayRequest) GetAudioInfo ¶
func (x *PlayRequest) GetAudioInfo() *v1.AudioInfo
func (*PlayRequest) GetExtra ¶
func (x *PlayRequest) GetExtra() *structpb.Struct
func (*PlayRequest) GetName ¶
func (x *PlayRequest) GetName() string
func (*PlayRequest) HasAudioInfo ¶
func (x *PlayRequest) HasAudioInfo() bool
func (*PlayRequest) HasExtra ¶
func (x *PlayRequest) HasExtra() bool
func (*PlayRequest) ProtoMessage ¶
func (*PlayRequest) ProtoMessage()
func (*PlayRequest) ProtoReflect ¶
func (x *PlayRequest) ProtoReflect() protoreflect.Message
func (*PlayRequest) Reset ¶
func (x *PlayRequest) Reset()
func (*PlayRequest) SetAudioData ¶
func (x *PlayRequest) SetAudioData(v []byte)
func (*PlayRequest) SetAudioInfo ¶
func (x *PlayRequest) SetAudioInfo(v *v1.AudioInfo)
func (*PlayRequest) SetExtra ¶
func (x *PlayRequest) SetExtra(v *structpb.Struct)
func (*PlayRequest) SetName ¶
func (x *PlayRequest) SetName(v string)
func (*PlayRequest) String ¶
func (x *PlayRequest) String() string
type PlayRequest_builder ¶
type PlayRequest_builder struct {
Name string
AudioData []byte
// Info describing the audio_data
AudioInfo *v1.AudioInfo
Extra *structpb.Struct
// contains filtered or unexported fields
}
func (PlayRequest_builder) Build ¶
func (b0 PlayRequest_builder) Build() *PlayRequest
type PlayResponse ¶
type PlayResponse struct {
// contains filtered or unexported fields
}
func (*PlayResponse) ProtoMessage ¶
func (*PlayResponse) ProtoMessage()
func (*PlayResponse) ProtoReflect ¶
func (x *PlayResponse) ProtoReflect() protoreflect.Message
func (*PlayResponse) Reset ¶
func (x *PlayResponse) Reset()
func (*PlayResponse) String ¶
func (x *PlayResponse) String() string
type PlayResponse_builder ¶
type PlayResponse_builder struct {
// contains filtered or unexported fields
}
func (PlayResponse_builder) Build ¶
func (b0 PlayResponse_builder) Build() *PlayResponse
Source Files
¶
- audioout.pb.go
Click to show internal directories.
Click to hide internal directories.