public static interface LiveConnectorRTMPConfiguration.Builder extends SdkPojo, CopyableBuilder<LiveConnectorRTMPConfiguration.Builder,LiveConnectorRTMPConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LiveConnectorRTMPConfiguration.Builder |
audioChannels(AudioChannelsOption audioChannels)
The audio channels set for the RTMP configuration
|
LiveConnectorRTMPConfiguration.Builder |
audioChannels(String audioChannels)
The audio channels set for the RTMP configuration
|
LiveConnectorRTMPConfiguration.Builder |
audioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration.
|
LiveConnectorRTMPConfiguration.Builder |
url(String url)
The URL of the RTMP configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLiveConnectorRTMPConfiguration.Builder url(String url)
The URL of the RTMP configuration.
url - The URL of the RTMP configuration.LiveConnectorRTMPConfiguration.Builder audioChannels(String audioChannels)
The audio channels set for the RTMP configuration
audioChannels - The audio channels set for the RTMP configurationAudioChannelsOption,
AudioChannelsOptionLiveConnectorRTMPConfiguration.Builder audioChannels(AudioChannelsOption audioChannels)
The audio channels set for the RTMP configuration
audioChannels - The audio channels set for the RTMP configurationAudioChannelsOption,
AudioChannelsOptionLiveConnectorRTMPConfiguration.Builder audioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration. Default: 48000.
audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.Copyright © 2023. All rights reserved.