SurfaceSyncGroup.MarkSyncReady Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mark the SurfaceSyncGroup as ready to complete.
[Android.Runtime.Register("markSyncReady", "()V", "", ApiSince=34)]
public void MarkSyncReady ();
[<Android.Runtime.Register("markSyncReady", "()V", "", ApiSince=34)>]
member this.MarkSyncReady : unit -> unit
- Attributes
Remarks
Mark the SurfaceSyncGroup as ready to complete. No more data can be added to this SurfaceSyncGroup.
Once the SurfaceSyncGroup is marked as ready, it will be able to complete once all child SurfaceSyncGroup have completed their sync.
Java documentation for android.window.SurfaceSyncGroup.markSyncReady()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.