SamplingOptions

Properties

Link copied to clipboard

Whether the sampling is none (no sampling applied).

Link copied to clipboard
val kind: SamplingKind

The sampling method kind.

Link copied to clipboard
val mapping: Options

The sampling options mapping.

Functions

Link copied to clipboard
operator fun plus(other: SamplingOptions): SamplingOptions

Combines two sampling options so that they are applied to a layer sequentially, left to right (the result of this sampling becomes the input of other).