public final class RendererConfiguration
extends java.lang.Object
Renderer
.Modifier and Type | Field and Description |
---|---|
static RendererConfiguration |
DEFAULT
The default configuration.
|
int |
tunnelingAudioSessionId
The audio session id to use for tunneling, or
C.AUDIO_SESSION_ID_UNSET if tunneling
should not be enabled. |
Constructor and Description |
---|
RendererConfiguration(int tunnelingAudioSessionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public static final RendererConfiguration DEFAULT
public final int tunnelingAudioSessionId
C.AUDIO_SESSION_ID_UNSET
if tunneling
should not be enabled.public RendererConfiguration(int tunnelingAudioSessionId)
tunnelingAudioSessionId
- The audio session id to use for tunneling, or
C.AUDIO_SESSION_ID_UNSET
if tunneling should not be enabled.