View Source Evision.CUDACodec.EncodeQp (Evision v0.2.7)

Summary

Types

t()

Type that represents an CUDACodec.EncodeQp struct.

Types

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

Type that represents an CUDACodec.EncodeQp struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec get_qpInterB(t()) :: integer()
@spec get_qpInterP(t()) :: integer()
@spec get_qpIntra(t()) :: integer()
Link to this function

set_qpInterB(self, prop)

View Source
@spec set_qpInterB(t(), integer()) :: t()
Link to this function

set_qpInterP(self, prop)

View Source
@spec set_qpInterP(t(), integer()) :: t()
@spec set_qpIntra(t(), integer()) :: t()