fpsItems property

Map<AlivcLivePushFPS, String> fpsItems
getter/setter pair

Implementation

static Map<AlivcLivePushFPS, String> fpsItems = {
  AlivcLivePushFPS.fps_8: "8",
  AlivcLivePushFPS.fps_10: "10",
  AlivcLivePushFPS.fps_12: "12",
  AlivcLivePushFPS.fps_15: "15",
  AlivcLivePushFPS.fps_20: "20",
  AlivcLivePushFPS.fps_25: "25",
  AlivcLivePushFPS.fps_30: "30",
};