java.lang.Object | ||||
↳ | com.amazonaws.ivs.broadcast.Device | |||
↳ | com.amazonaws.ivs.broadcast.AudioDevice | |||
↳ | com.amazonaws.ivs.broadcast.AudioSource | |||
↳ | com.amazonaws.ivs.broadcast.CustomAudioSource |
An extension of AudioSource
to send app-generated audio to the SDK in LPCM format.
See also createAudioInputSource(int, BroadcastConfiguration.AudioSampleRate, Format)
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CustomAudioSource(String tag, long handle) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
synchronized void |
release()
Releases the custom audio source instance.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | finalize() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Releases the custom audio source instance. This method must be called when the CustomAudioSource
is no longer being used. The custom audio source cannot be used after this method is called.
Throwable |
---|