RecordController

Types

Link copied to clipboard
Link copied to clipboard
enum Status

Functions

Link copied to clipboard
abstract fun recordAudio(audioBuffer: ByteBuffer, audioInfo: MediaCodec.BufferInfo)
Link copied to clipboard
abstract fun recordVideo(videoBuffer: ByteBuffer, videoInfo: MediaCodec.BufferInfo)
Link copied to clipboard
abstract fun resetFormats()
Link copied to clipboard
abstract fun setAudioFormat(audioFormat: MediaFormat, isOnlyAudio: Boolean)
Link copied to clipboard
abstract fun setVideoFormat(videoFormat: MediaFormat, isOnlyVideo: Boolean)
Link copied to clipboard
Link copied to clipboard
abstract fun stopRecord()