Interface AudioStream
-
- All Known Implementing Classes:
AudioEvent,ConfigurationEvent,DefaultConfigurationEvent
@Generated("software.amazon.awssdk:codegen") public interface AudioStream
Base interface for all event types in AudioStream.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAudioStream.EventTypeThe known possible types of events forAudioStream.
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AudioEvent.BuilderaudioEventBuilder()Create a builder for theAudioEventevent type for this stream.static ConfigurationEvent.BuilderconfigurationEventBuilder()Create a builder for theConfigurationEventevent type for this stream.default AudioStream.EventTypesdkEventType()The type of this event.
-
-
-
Method Detail
-
audioEventBuilder
static AudioEvent.Builder audioEventBuilder()
Create a builder for theAudioEventevent type for this stream.
-
configurationEventBuilder
static ConfigurationEvent.Builder configurationEventBuilder()
Create a builder for theConfigurationEventevent type for this stream.
-
sdkEventType
default AudioStream.EventType sdkEventType()
The type of this event. Corresponds to the:event-typeheader on the Message.
-
-