JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
TextureViewSurfaceTextureListener::Owner Struct Referenceabstract

#include <juce_android_CameraDevice.h>

Inheritance diagram for TextureViewSurfaceTextureListener::Owner:

Public Member Functions

virtual ~Owner ()
 
virtual void onSurfaceTextureAvailable (LocalRef< jobject > &surface, int width, int height)=0
 
virtual bool onSurfaceTextureDestroyed (LocalRef< jobject > &surface)=0
 
virtual void onSurfaceTextureSizeChanged (LocalRef< jobject > &surface, int width, int height)=0
 
virtual void onSurfaceTextureUpdated (LocalRef< jobject > &surface)=0
 

Constructor & Destructor Documentation

◆ ~Owner()

virtual TextureViewSurfaceTextureListener::Owner::~Owner ( )
inlinevirtual

Member Function Documentation

◆ onSurfaceTextureAvailable()

virtual void TextureViewSurfaceTextureListener::Owner::onSurfaceTextureAvailable ( LocalRef< jobject > &  surface,
int  width,
int  height 
)
pure virtual

◆ onSurfaceTextureDestroyed()

virtual bool TextureViewSurfaceTextureListener::Owner::onSurfaceTextureDestroyed ( LocalRef< jobject > &  surface)
pure virtual

◆ onSurfaceTextureSizeChanged()

virtual void TextureViewSurfaceTextureListener::Owner::onSurfaceTextureSizeChanged ( LocalRef< jobject > &  surface,
int  width,
int  height 
)
pure virtual

◆ onSurfaceTextureUpdated()

virtual void TextureViewSurfaceTextureListener::Owner::onSurfaceTextureUpdated ( LocalRef< jobject > &  surface)
pure virtual

The documentation for this struct was generated from the following file: