#include <codec.h>
Public Member Functions | |
| virtual int | frameCount () const =0 |
| virtual int | repetitionCount () const =0 |
| virtual Dart_Handle | getNextFrame (Dart_Handle callback_handle)=0 |
| void | dispose () |
Public Member Functions inherited from flutter::RefCountedDartWrappable< Codec > | |
| virtual void | RetainDartWrappableReference () const override |
| virtual void | ReleaseDartWrappableReference () const override |
Public Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| void | Release () const |
Public Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| void | AddRef () const |
| bool | HasOneRef () const |
| void | AssertHasOneRef () const |
Public Member Functions inherited from tonic::DartWrappable | |
| DartWrappable () | |
| virtual const DartWrapperInfo & | GetDartWrapperInfo () const =0 |
| Dart_Handle | CreateDartWrapper (DartState *dart_state) |
| void | AssociateWithDartWrapper (Dart_Handle wrappable) |
| void | ClearDartWrapper () |
| Dart_WeakPersistentHandle | dart_wrapper () const |
Additional Inherited Members | |
Public Types inherited from tonic::DartWrappable | |
| enum | DartNativeFields { kPeerIndex , kNumberOfNativeFields } |
Protected Member Functions inherited from fml::RefCountedThreadSafe< T > | |
| RefCountedThreadSafe () | |
| ~RefCountedThreadSafe () | |
Protected Member Functions inherited from fml::internal::RefCountedThreadSafeBase | |
| RefCountedThreadSafeBase () | |
| ~RefCountedThreadSafeBase () | |
| bool | Release () const |
| void | Adopt () |
Protected Member Functions inherited from tonic::DartWrappable | |
| virtual | ~DartWrappable () |
Static Protected Member Functions inherited from tonic::DartWrappable | |
| static Dart_PersistentHandle | GetTypeForWrapper (tonic::DartState *dart_state, const tonic::DartWrapperInfo &wrapper_info) |
| void flutter::Codec::dispose | ( | ) |
Definition at line 17 of file codec.cc.
References tonic::DartWrappable::ClearDartWrapper().
|
pure virtual |
Implemented in flutter::MultiFrameCodec, and flutter::SingleFrameCodec.
|
pure virtual |
Implemented in flutter::MultiFrameCodec, and flutter::SingleFrameCodec.
|
pure virtual |
Implemented in flutter::MultiFrameCodec, and flutter::SingleFrameCodec.