arm64-apple-ios.swiftinterface 6.0 KB

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