C# Class Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener

Inheritance: Java.Lang.Object, TextureView.ISurfaceTextureListener
Show file Open project: xamarin/monodroid-samples

Public Methods

Method Description
Camera2BasicSurfaceTextureListener ( Camera2BasicFragment owner ) : Android.Views
OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void
OnSurfaceTextureDestroyed ( Android surface ) : bool
OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void
OnSurfaceTextureUpdated ( Android surface ) : void

Method Details

Camera2BasicSurfaceTextureListener() public method

public Camera2BasicSurfaceTextureListener ( Camera2BasicFragment owner ) : Android.Views
owner Camera2BasicFragment
return Android.Views

OnSurfaceTextureAvailable() public method

public OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void
surface Android
width int
height int
return void

OnSurfaceTextureDestroyed() public method

public OnSurfaceTextureDestroyed ( Android surface ) : bool
surface Android
return bool

OnSurfaceTextureSizeChanged() public method

public OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void
surface Android
width int
height int
return void

OnSurfaceTextureUpdated() public method

public OnSurfaceTextureUpdated ( Android surface ) : void
surface Android
return void