Package | Description |
---|---|
app.library.linkflow.rtmp | |
app.library.linkflow.rtmp.encoder |
Modifier and Type | Class and Description |
---|---|
class |
RTMPStreamer |
Modifier and Type | Method and Description |
---|---|
void |
CameraSurfaceRenderer.setOptions(IMediaMuxer writerHandler) |
boolean |
AudioHandler.startAudioEncoder(IMediaMuxer muxerHandler,
int sampleRate,
int bufferSize) |
boolean |
AudioEncoder.startAudioEncoder(int sampleRate,
int channelCount,
int bitrate,
int maxInputSize,
IMediaMuxer muxerHandler) |
Constructor and Description |
---|
EncoderConfig(IMediaMuxer handler,
int width,
int height,
int bitRate,
int frameRate,
android.opengl.EGLContext sharedEglContext,
Texture2dProgram.ProgramType programType) |
VideoEncoder(int width,
int height,
int bitRate,
int frameRate,
IMediaMuxer writerHandler)
Configures encoder and muxer state, and prepares the input Surface.
|
VideoEncoderCore(int width,
int height,
int bitRate,
int frameRate,
IMediaMuxer writerHandler) |