freeze property

bool freeze
final

When true the texture that will not be updated with new frames.

This is used when resizing an embedded Android views: When resizing there is a short period during which the framework cannot tell if the newest texture frame has the previous or new size, to workaround this the framework "freezes" the texture just before resizing the Android view and unfreezes it when it is certain that a frame with the new size is ready.

Implementation

final bool freeze