Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
flutter::AndroidSurfaceFactory Class Referenceabstract

#include <android_surface.h>

Inheritance diagram for flutter::AndroidSurfaceFactory:
flutter::AndroidSurfaceFactoryImpl flutter::testing::TestAndroidSurfaceFactory flutter::testing::TestAndroidSurfaceFactory

Public Member Functions

 AndroidSurfaceFactory ()=default
 
virtual ~AndroidSurfaceFactory ()=default
 
virtual std::unique_ptr< AndroidSurfaceCreateSurface ()=0
 

Detailed Description

Definition at line 52 of file android_surface.h.

Constructor & Destructor Documentation

◆ AndroidSurfaceFactory()

flutter::AndroidSurfaceFactory::AndroidSurfaceFactory ( )
default

◆ ~AndroidSurfaceFactory()

virtual flutter::AndroidSurfaceFactory::~AndroidSurfaceFactory ( )
virtualdefault

Member Function Documentation

◆ CreateSurface()

virtual std::unique_ptr< AndroidSurface > flutter::AndroidSurfaceFactory::CreateSurface ( )
pure virtual

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