NEKaraokeLiveStatus

@objc
public enum NEKaraokeLiveStatus : UInt

直播状态

  • 未直播

    Declaration

    Swift

    case idle = 0
  • 直播中

    Declaration

    Swift

    case living = 1
  • PK中

    Declaration

    Swift

    case pking = 2
  • PK惩罚中

    Declaration

    Swift

    case punishing = 3
  • 连麦中

    Declaration

    Swift

    case connected = 4
  • PK邀请中

    Declaration

    Swift

    case inviting = 5
  • end

    直播结束

    Declaration

    Swift

    case end = 6