Skip to content

z4hyoung/ViewRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ViewRecorder

A small tool let you record any view which is able to be captured(SurfaceView is excluded).

The class is very easy to use, since it extends MediaRecord with only one extra API to set or switch recorded view.

Moreover, here is a class named SurfaceMediaRecorder which extends MediaRecord directly. Video frame is composed periodically according to frame rate, as each frame composing exposed with interface, you can customize it as you want. Meanwhile, you can assign any looper for composing, e.g. a background looper in case of your main thread is heavy or composing is slow.

About

A small tool to record video with Android view

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages