Interface MediaStreamAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MediaStreamAttributes.Builder,MediaStreamAttributes>, SdkBuilder<MediaStreamAttributes.Builder,MediaStreamAttributes>, SdkPojo
Enclosing class:
MediaStreamAttributes

public static interface MediaStreamAttributes.Builder extends SdkPojo, CopyableBuilder<MediaStreamAttributes.Builder,MediaStreamAttributes>
  • Method Details

    • fmtp

      A set of parameters that define the media stream.
      Parameters:
      fmtp - A set of parameters that define the media stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fmtp

      A set of parameters that define the media stream. This is a convenience method that creates an instance of the Fmtp.Builder avoiding the need to create one manually via Fmtp.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to fmtp(Fmtp).

      Parameters:
      fmtp - a consumer that will call methods on Fmtp.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lang

      The audio language, in a format that is recognized by the receiver.
      Parameters:
      lang - The audio language, in a format that is recognized by the receiver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.