View Source Evision.Detail.BlocksChannelsCompensator (Evision v0.1.37)

Summary

Types

t()

Type that represents an Detail.BlocksChannelsCompensator struct.

Functions

BlocksChannelsCompensator

BlocksChannelsCompensator

Types

@type t() :: %Evision.Detail.BlocksChannelsCompensator{ref: reference()}

Type that represents an Detail.BlocksChannelsCompensator struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

blocksChannelsCompensator()

View Source
@spec blocksChannelsCompensator() :: t() | {:error, String.t()}

BlocksChannelsCompensator

Keyword Arguments
  • bl_width: int.
  • bl_height: int.
  • nr_feeds: int.
Return
  • self: Evision.Detail.BlocksChannelsCompensator.t()

Python prototype (for reference only):

BlocksChannelsCompensator([, bl_width[, bl_height[, nr_feeds]]]) -> <detail_BlocksChannelsCompensator object>
Link to this function

blocksChannelsCompensator(opts)

View Source
@spec blocksChannelsCompensator([{atom(), term()}, ...] | nil) ::
  t() | {:error, String.t()}

BlocksChannelsCompensator

Keyword Arguments
  • bl_width: int.
  • bl_height: int.
  • nr_feeds: int.
Return
  • self: Evision.Detail.BlocksChannelsCompensator.t()

Python prototype (for reference only):

BlocksChannelsCompensator([, bl_width[, bl_height[, nr_feeds]]]) -> <detail_BlocksChannelsCompensator object>