Package com.viam.component.audioout.v1
Interface Audioout.PlayStreamRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Audioout.PlayStreamRequest,Audioout.PlayStreamRequest.Builder
- Enclosing class:
Audioout
public static interface Audioout.PlayStreamRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasInit
boolean hasInit()sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"];- Returns:
- Whether the init field is set.
-
getInit
Audioout.PlayStreamInit getInit()sent on first message
.viam.component.audioout.v1.PlayStreamInit init = 1 [json_name = "init"];- Returns:
- The init.
-
hasAudioChunk
boolean hasAudioChunk().viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];- Returns:
- Whether the audioChunk field is set.
-
getAudioChunk
Audioout.PlayStreamChunk getAudioChunk().viam.component.audioout.v1.PlayStreamChunk audio_chunk = 2 [json_name = "audioChunk"];- Returns:
- The audioChunk.
-
getPayloadCase
Audioout.PlayStreamRequest.PayloadCase getPayloadCase()
-