# `VideoInterop.SyncFile`
[🔗](https://github.com/emerge-elixir/video_interop/blob/v0.1.0/lib/video_interop/sync_file.ex#L1)

Borrowed Linux sync-file acquire fence for a video frame.

A native consumer must duplicate the fd before waiting asynchronously.
Release-fence transport is intentionally outside the v0.1 contract.

# `t`

```elixir
@type t() :: %VideoInterop.SyncFile{acquire_fence_fd: non_neg_integer()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
