public class RendererBuilderFactory
extends java.lang.Object
Constructor and Description |
---|
RendererBuilderFactory() |
Modifier and Type | Method and Description |
---|---|
static ExoplayerWrapper.RendererBuilder |
createRendererBuilder(android.content.Context ctx,
Video video)
Create a renderer builder which can build the given video.
|
public static ExoplayerWrapper.RendererBuilder createRendererBuilder(android.content.Context ctx, Video video)
ctx
- The context (ex Activity
in whicb the video has been created.video
- The video which will be played.