C# Class Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener

Inheritance: Java.Lang.Object, TextureView.ISurfaceTextureListener
Afficher le fichier Open project: xamarin/monodroid-samples

Méthodes publiques

Méthode 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 méthode

public Camera2BasicSurfaceTextureListener ( Camera2BasicFragment owner ) : Android.Views
owner Camera2BasicFragment
Résultat Android.Views

OnSurfaceTextureAvailable() public méthode

public OnSurfaceTextureAvailable ( Android surface, int width, int height ) : void
surface Android
width int
height int
Résultat void

OnSurfaceTextureDestroyed() public méthode

public OnSurfaceTextureDestroyed ( Android surface ) : bool
surface Android
Résultat bool

OnSurfaceTextureSizeChanged() public méthode

public OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void
surface Android
width int
height int
Résultat void

OnSurfaceTextureUpdated() public méthode

public OnSurfaceTextureUpdated ( Android surface ) : void
surface Android
Résultat void