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

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: integer().
  • bl_height: integer().
  • nr_feeds: integer().
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(named_args)

View Source
@spec blocksChannelsCompensator(Keyword.t()) :: any() | {:error, String.t()}
@spec blocksChannelsCompensator(
  [bl_height: term(), bl_width: term(), nr_feeds: term()]
  | nil
) ::
  t() | {:error, String.t()}

BlocksChannelsCompensator

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

Python prototype (for reference only):

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