Package | Description |
---|---|
app.library.linkflow.apprtc | |
org.webrtc |
Constructor and Description |
---|
PeerConnectionClient(android.content.Context appContext,
EglBase eglBase,
PeerConnectionClient.PeerConnectionParameters peerConnectionParameters,
PeerConnectionClient.PeerConnectionEvents events)
Create a PeerConnectionClient with the specified parameters.
|
Modifier and Type | Method and Description |
---|---|
static EglBase |
EglBase.create()
Helper function for creating a plain root context.
|
static EglBase |
EglBase.create(EglBase.Context sharedContext)
Helper function for creating a plain context, sharing data with |sharedContext|.
|
static EglBase |
EglBase.create(EglBase.Context sharedContext,
int[] configAttributes)
Create a new context with the specified config attributes, sharing data with |sharedContext|.
|
static EglBase |
EglBase.createEgl10(javax.microedition.khronos.egl.EGLContext sharedContext,
int[] configAttributes)
Explicitly create a root EGl 1.0 context with the specified config attributes
and shared context.
|
static EglBase |
EglBase.createEgl10(int[] configAttributes)
Explicitly create a root EGl 1.0 context with the specified config attributes.
|
static EglBase |
EglBase.createEgl14(android.opengl.EGLContext sharedContext,
int[] configAttributes)
Explicitly create a root EGl 1.4 context with the specified config attributes
and shared context.
|
static EglBase |
EglBase.createEgl14(int[] configAttributes)
Explicitly create a root EGl 1.4 context with the specified config attributes.
|