value property

int get value

Implementation

int get value {
  switch (this) {
    case ZegoRseAudioFormat.WAV:
      return 0;
    case ZegoRseAudioFormat.AAC:
      return 1;
    default:
      return 0;
  }
}