public class RendererConfig
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RendererConfig.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getBufferSegmentCount()
Gets the number of segments to buffer ahead. 
 | 
int | 
getBufferSegmentSize()
Gets the buffer segment size, the size in bytes for each segment of the buffer. 
 | 
int | 
getHttpConnectTimeoutMillis()
Gets the http connect timeout value, the maximum time in milliseconds to wait while connecting through http. 
 | 
int | 
getHttpReadTimeoutMillis()
Gets the http read timeout value, the maximum time to wait for an input stream read through http. 
 | 
boolean | 
getRestrictHdContentToWidevineL1()
Checks if the restriction to play 'protected HD content' ONLY on devices with
 Widevine security level 1 (L1) is enabled or disabled. 
 | 
public int getHttpReadTimeoutMillis()
public int getHttpConnectTimeoutMillis()
public int getBufferSegmentSize()
public int getBufferSegmentCount()
public boolean getRestrictHdContentToWidevineL1()