Package com.otaliastudios.cameraview.video.encoding
See: Description
-
Interface Summary Interface Description OnFrameDrew Listener Receives the stop event callback to know when the videowas written (or what went wrong). -
Class Summary Class Description InputBuffer Represents an input buffer, which means, raw data that should be encoded by MediaCodec. OutputBuffer Represents an output buffer, which means, an encoded buffer of data that should be passed to the muxer. 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. VideoConfig Base video configuration to be passed as input to the constructor of a VideoMediaEncoder. AudioMediaEncoder Default implementation for audio encoding. AudioConfig Audio configuration to be passed as input to the constructor of an AudioMediaEncoder. Frame Should be acquired with acquireFrame, filled and then passedto notify with FRAME_EVENT. TextureMediaEncoder Default implementation for video encoding. TextureConfig Video configuration to be passed as input to the constructor of a TextureMediaEncoder. MediaEncoder Base class for single-track encoders, coordinated by a MediaEncoderEngine. -
Annotation Summary Annotation Description EncoderThread Indicates that some action is being executed on the encoder thread.