Android TextureView

Hi, i’m using Urho3D in my project. Btw Urho uses SDLActivity and android SurfaceView to render camera preview (simple android camera application, just render preview)
The problem is i need TextureView, not SurfaceView.
Is is possible to use TextureView instead of SurfaceView.
If its is can u point me?