public static interface MediaStreamAttributesRequest.Builder extends SdkPojo, CopyableBuilder<MediaStreamAttributesRequest.Builder,MediaStreamAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
default MediaStreamAttributesRequest.Builder |
fmtp(Consumer<FmtpRequest.Builder> fmtp)
The settings that you want to use to define the media stream.
|
MediaStreamAttributesRequest.Builder |
fmtp(FmtpRequest fmtp)
The settings that you want to use to define the media stream.
|
MediaStreamAttributesRequest.Builder |
lang(String lang)
The audio language, in a format that is recognized by the receiver.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMediaStreamAttributesRequest.Builder fmtp(FmtpRequest fmtp)
fmtp - The settings that you want to use to define the media stream.default MediaStreamAttributesRequest.Builder fmtp(Consumer<FmtpRequest.Builder> fmtp)
FmtpRequest.Builder avoiding the need to create one manually via FmtpRequest.builder()
.
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fmtp(FmtpRequest).fmtp - a consumer that will call methods on FmtpRequest.Builderfmtp(FmtpRequest)MediaStreamAttributesRequest.Builder lang(String lang)
lang - The audio language, in a format that is recognized by the receiver.Copyright © 2021. All rights reserved.