Package com.viam.component.audioout.v1
Interface Audioout.PlayRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioout.PlayRequest,Audioout.PlayRequest.Builder
- Enclosing class:
- Audioout
public static interface Audioout.PlayRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes audio_data = 2 [json_name = "audioData"];Info describing the audio_datacom.google.protobuf.StructgetExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];getName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];booleanInfo describing the audio_databooleanhasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getName
String getName()string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getAudioData
com.google.protobuf.ByteString getAudioData()bytes audio_data = 2 [json_name = "audioData"];- Returns:
- The audioData.
-
hasAudioInfo
boolean hasAudioInfo()Info describing the audio_data
.viam.common.v1.AudioInfo audio_info = 3 [json_name = "audioInfo"];- Returns:
- Whether the audioInfo field is set.
-
getAudioInfo
Common.AudioInfo getAudioInfo()Info describing the audio_data
.viam.common.v1.AudioInfo audio_info = 3 [json_name = "audioInfo"];- Returns:
- The audioInfo.
-
hasExtra
boolean hasExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- Whether the extra field is set.
-
getExtra
com.google.protobuf.Struct getExtra().google.protobuf.Struct extra = 99 [json_name = "extra"];- Returns:
- The extra.
-