View Source Evision.CUDACodec.EncoderCallback (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an CUDACodec.EncoderCallback struct.

Types

@type t() :: %Evision.CUDACodec.EncoderCallback{ref: reference()}

Type that represents an CUDACodec.EncoderCallback struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

from_struct(encoder_callback)

View Source