arm64-apple-ios.swiftinterface 6.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. // swift-interface-format-version: 1.0
  2. // swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
  3. // swift-module-flags: -target arm64-apple-ios14.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name nuSDKService
  4. // swift-module-flags-ignorable: -enable-bare-slash-regex
  5. import AVFoundation
  6. import CommonCrypto
  7. import CoreImage
  8. import CoreTelephony
  9. import Foundation
  10. import ReplayKit
  11. import Security
  12. import Swift
  13. import UIKit
  14. import _Concurrency
  15. import _StringProcessing
  16. @_exported import nuSDKService
  17. public protocol CallBack {
  18. var sID: Swift.String { get }
  19. func connectionStateChanged(sUserID: Swift.String!, sDeviceID: Swift.String!, bConState: Swift.Bool!, nConType: Swift.Int!, nConSubType: Swift.Int!, nCLMConStat: Swift.UInt8!)
  20. func gpsStateChanged(nState: Swift.Int!)
  21. func sleepStateChanged(bState: Swift.Bool!)
  22. func callStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
  23. func bcastStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
  24. func sshareStateChanged(nState: Swift.Int!, sMessage: Swift.String!) -> Swift.Int
  25. func incomingData(sPacketID: Swift.String!, oData: Swift.AnyObject!) throws
  26. func lateResponse(sPacketID: Swift.String!, sResponse: Swift.String!) throws
  27. func asycnACKReceived(sPacketID: Swift.String!) throws
  28. func locationUpdated(lTime: Swift.Int64!, sLocationInfo: Swift.String!)
  29. func resetDB()
  30. }
  31. @_hasMissingDesignatedInitializers final public class API {
  32. @objc deinit
  33. public static func switchUser(cbiI: nuSDKService.CallBack!, sUserID: Swift.String!) throws
  34. public static func initConnection(bSwitchIP: Swift.Bool!, sAPIK: Swift.String!, aAppMain: UIKit.UIViewController!, cbiI: nuSDKService.CallBack!, sTCPAddr: Swift.String!, nTCPPort: Swift.Int!, sUserID: Swift.String!, sStartWH: Swift.String!) throws
  35. public static func switchCBI(cbiI: nuSDKService.CallBack!, bLight: Swift.Bool!) throws
  36. public static func bnuSDKServiceReady() -> Swift.Bool
  37. public static func sSend(sData: Swift.String!, nPriority: Swift.UInt8!, lTimeout: Swift.Int!) throws -> Swift.String?
  38. public static func sSend(abData: [Swift.UInt8]!, nPriority: Swift.UInt8!, lTimeout: Swift.Int!) throws -> Swift.String?
  39. public static func sSendResponse(sRequestID: Swift.String!, sResponse: Swift.String!, lTimeout: Swift.Int!) throws -> Swift.String?
  40. public static func sGetResponse(sRequest: Swift.String!, lTimeout: Swift.Int!, bKeepTOResp: Swift.Bool) throws -> Swift.String?
  41. public static func sGetMessage(sPacketID: Swift.String!) throws -> Swift.String?
  42. public static func abGetMessage(sPacketID: Swift.String!) throws -> [Swift.UInt8]?
  43. public static func oGetMessage(sPacketID: Swift.String!) throws -> Swift.AnyObject?
  44. public static func sGetVersion() -> Swift.String!
  45. public static func sGetServerAddress() -> Swift.String!
  46. public static func sGetOperatorCode() -> Swift.String!
  47. public static func sGetConnMode() -> Swift.String!
  48. public static func sGetConnStat() -> Swift.String!
  49. public static func bInetConnAvailable() -> Swift.Bool!
  50. public static func nGetCLXConnState() -> Swift.UInt8!
  51. public static func sGetCurentUserID() -> Swift.String!
  52. public static func nGetSSRequestCode() -> Swift.Int!
  53. public static func sGetLocInfo() -> Swift.String!
  54. public static func pauseAudio(fValue: Swift.Float!)
  55. public static func resumeAudio(fValue: Swift.Float!)
  56. public static func turnCCallAudio(sParty: Swift.String!, bOnOff: Swift.Bool!)
  57. public static func adjustVolume(fValue: Swift.Float!)
  58. public static func adjustCQFR(nVQuality: Swift.Int!)
  59. public static func changeCameraParam(nCameraIdx: Swift.Int!, nResolutionIndex: Swift.UInt8!, nQuality: Swift.Int!)
  60. public static func incomingCallWSleep(sParty: Swift.String!, nService: Swift.Int!)
  61. public static func initiateCCall(sParty: Swift.String!)
  62. public static func receiveCCall(sParty: Swift.String!)
  63. public static func initiateCCall(sParty: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
  64. public static func receiveCCall(sParty: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
  65. public static func terminateCall(sParty: Swift.String?)
  66. public static func initiateCR(sConfRoom: Swift.String!)
  67. public static func joinCR(sConfRoom: Swift.String!)
  68. public static func initiateCR(sConfRoom: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
  69. public static func joinCR(sConfRoom: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivRemoteView: [UIKit.UIImageView]!, ivLocalView: UIKit.UIImageView!, ivRemoteZ: UIKit.UIImageView!)
  70. public static func adjustBCQFR(nVQuality: Swift.Int!)
  71. public static func turnLBRAudio(sBroadcasterID: Swift.String!, bOnOff: Swift.Bool!)
  72. public static func adjustLBRVolume(sBroadcasterID: Swift.String!, fValue: Swift.Float!)
  73. public static func initiateBC(sTitle: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, ivLocalView: UIKit.UIImageView!)
  74. public static func joinBC(sBroadcasterID: Swift.String!, ivRemoteView: UIKit.UIImageView!)
  75. public static func terminateBC(sBroadcasterID: Swift.String?)
  76. public static func ibca(sTitle: Swift.String!, nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, tvCameraPreview: UIKit.UIImageView!, ivRemoteS: UIKit.UIImageView!)
  77. public static func iabc(nCamIdx: Swift.Int!, nResIdx: Swift.UInt8!, nVQuality: Swift.Int!, tvCameraPreview: UIKit.UIImageView!, sBroadcasterID: Swift.String!, ivRemoteM: UIKit.UIImageView!, ivRemoteS: UIKit.UIImageView!)
  78. public static func sabc(sAudienceID: Swift.String!)
  79. public static func eabc(sAudienceID: Swift.String!)
  80. public static func initiateSS(sTitle: Swift.String!, nQuality: Swift.Int!)
  81. public static func joinSS(sBroadcasterID: Swift.String!, ivRemoteView: UIKit.UIImageView!)
  82. public static func terminateSS()
  83. }