Package com.otaliastudios.cameraview.video.encoding
See: Description
-
Interface Summary Interface Description Listener Receives the stop event callback to know when the videowas written (or what went wrong). -
Class Summary Class Description Controller A handle for MediaEncoders to pass information to this engine.All methods here can be called for multiple threads. MediaEncoderEngine The entry point for encoding video files. Frame Should be acquired with acquireFrame, filled and then passedto notify with FRAME_EVENT. TextureMediaEncoder Default implementation for video encoding. MediaEncoder Base class for single-track encoders, coordinated by a MediaEncoderEngine. OutputBuffer Represents an output buffer, which means, an encoded buffer of data that should be passed to the muxer. AudioMediaEncoder Default implementation for audio encoding. TextureConfig Video configuration to be passed as input to the constructor of a TextureMediaEncoder. AudioConfig Audio configuration to be passed as input to the constructor of an AudioMediaEncoder. VideoConfig Base video configuration to be passed as input to the constructor of a VideoMediaEncoder. InputBuffer Represents an input buffer, which means, raw data that should be encoded by MediaCodec. -
Annotation Summary Annotation Description EncoderThread Indicates that some action is being executed on the encoder thread.