Interface AudioEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AudioEvent.Builder,AudioEvent>, SdkBuilder<AudioEvent.Builder,AudioEvent>, SdkPojo
All Known Subinterfaces:
DefaultAudioEvent.Builder
Enclosing class:
AudioEvent

@Mutable @NotThreadSafe public static interface AudioEvent.Builder extends SdkPojo, CopyableBuilder<AudioEvent.Builder,AudioEvent>
  • Method Details

    • audioChunk

      AudioEvent.Builder audioChunk(SdkBytes audioChunk)

      A chunk of synthesized audio data encoded in the format specified by the OutputFormat parameter.

      Parameters:
      audioChunk - A chunk of synthesized audio data encoded in the format specified by the OutputFormat parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.