View Source Evision.Detail.BlocksChannelsCompensator (Evision v0.2.9)
Summary
Types
@type t() :: %Evision.Detail.BlocksChannelsCompensator{ref: reference()}
Type that represents an Detail.BlocksChannelsCompensator
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
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>
@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>