fromValue static method

TUIVideoStreamType fromValue(
  1. int value
)

Implementation

static TUIVideoStreamType fromValue(int value) {
  return $enumDecode(_$TUIVideoStreamTypeEnumMap, value);
}