fromInt

open fun fromInt(state: Int): AlSource.State

Converts an integer value to a State enum.

Return

The corresponding State enum.

Parameters

state

The integer value to convert.