diff --git a/docs/html/Classes/KSYAirStreamKit.html b/docs/html/Classes/KSYAirStreamKit.html index d7828c4..0edf468 100644 --- a/docs/html/Classes/KSYAirStreamKit.html +++ b/docs/html/Classes/KSYAirStreamKit.html @@ -3,11 +3,11 @@ - + KSYAirStreamKit Class Reference - +
@@ -43,10 +43,52 @@

@@ -59,12 +101,518 @@

-

+

KSYAirStreamKit Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inKSYAirStreamKit.h
+ + +
+ +

Overview

+

airplay 镜像录屏 + KSYStreamerBase 推流

+
+ + + + + +
+ + + + + + +
+
+ +

– initWithToken:error: +

+ +
+
+ +
+ + +
+

带鉴权的构造接收server实例

+
+ + + +
- (instancetype)initWithToken:(NSString *)token error:(NSError **)error
+ + + +
+

Parameters

+ + + + + + + + + + + + +
token

鉴权信息, 请联系商务获取

error

鉴权过程中的错误信息

+
+ + + +
+

Return Value

+

新构造的实例

+
+ + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  airTunesServer +

+ +
+
+ +
+ + +
+

airplay 接受端

+
+ + + +
@property KSYAirTunesServer *airTunesServer
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  airCfg +

+ +
+
+ +
+ + +
+

airplay 配置信息

+
+ + + +
@property KSYAirTunesConfig *airCfg
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  aCapDev +

+ +
+
+ +
+ + +
+

麦克风采集设备

+
+ + + +
@property KSYAudioCap *aCapDev
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  aMixer +

+ +
+
+ +
+ + +
+

音频mixer (音频buffer)

+
+ + + +
@property KSYAudioMixer *aMixer
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  streamUrl +

+ +
+
+ +
+ + +
+

rtmp 推流地址

+
+ + + +
@property NSString *streamUrl
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  videoBitrate +

+ +
+
+ +
+ + +
+

rtmp 推流视频码率

+
+ + + +
@property int videoBitrate
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  streamerBase +

+ +
+
+ +
+ + +
+

rtmp 推流

+
+ + + +
@property KSYStreamerBase *streamerBase
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

  delegate +

+ +
+
+
+ + +
+

录制过程的代理

+
+ + + +
@property (nonatomic, weak) id<KSYAirDelegate> delegate
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

– startService +

+ +
+
+ +
+ + +
+

启动镜像服务, 当成功建立airplay镜像连接时, 再启动音频采集和推流

+
+ + + +
- (void)startService
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+ +

– stopService +

+ +
+
+ +
+ + +
+

停止镜像服务

+
+ + + +
- (void)stopService
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirStreamKit.h

+
+ + +
+
+
+
+ +
+ @@ -76,6 +624,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Classes/KSYAirTunesConfig.html b/docs/html/Classes/KSYAirTunesConfig.html index d7828c4..a56effe 100644 --- a/docs/html/Classes/KSYAirTunesConfig.html +++ b/docs/html/Classes/KSYAirTunesConfig.html @@ -3,11 +3,11 @@ - + KSYAirTunesConfig Class Reference - +
@@ -43,10 +43,40 @@

@@ -59,13 +89,335 @@

-

+

KSYAirTunesConfig Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inKSYAirTunesServer.h
+ + +
+ +

Overview

+

airplay的配置信息

+
+ + + +
+ + + + + + +
+
+ +

  airplayName +

+ +
+
+ +
+ + +
+

AirPlay 设备的名字

+
+ + + +
@property (nonatomic, copy) NSString *airplayName
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  videoSize +

+ +
+
+ +
+ + +
+

接收设备的尺寸 (默认为 960x960) +如果videoSize的宽高相同, 则横竖屏旋转时,输出的分辨率保持不变; +当宽高不同时, 横竖屏旋转后, 高度保持不变, 宽度会跟随设备的屏幕比例变化

+
+ + + +
@property (nonatomic, assign) CGSize videoSize
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  framerate +

+ +
+
+ +
+ + +
+

希望接收到ios发送端的视频帧率 (有效值为 10, 15, 30), 默认为30

+
+ + + +
@property (nonatomic, assign) int framerate
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  airTunesPort +

+ +
+
+ +
+ + +
+

设置airtunes 服务的监听端口, 0 表示系统自动分配

+
+ + + +
@property (nonatomic, assign) short airTunesPort
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  airVideoPort +

+ +
+
+ +
+ + +
+

设置视频数据的接收端口,默认是7100, 当7100被占用时, 会尝试+1 尝试10次, 如果仍然失败报告端口冲突

+
+ + + +
@property (nonatomic, assign) short airVideoPort
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  macAddr +

+ +
+
+ +
+ + +
+

设备的mac地址, 默认随机生成,(长度为6字节)

+
+ + + +
@property (nonatomic, copy) NSData *macAddr
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  videoDecoder +

+ +
+
+ +
+ + +
+

AirPlay接收数据的解码器(默认为KSYAirVideoDecoder_SOFTWARE)

+
+ + + +
@property (nonatomic, assign) KSYAirVideoDecoder videoDecoder
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +428,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Classes/KSYAirTunesServer.html b/docs/html/Classes/KSYAirTunesServer.html index d7828c4..0122e99 100644 --- a/docs/html/Classes/KSYAirTunesServer.html +++ b/docs/html/Classes/KSYAirTunesServer.html @@ -3,11 +3,11 @@ - + KSYAirTunesServer Class Reference - +
@@ -43,10 +43,46 @@

@@ -59,13 +95,425 @@

-

+

KSYAirTunesServer Class Reference

+
+ + + + + + + +
Inherits fromNSObject
Declared inKSYAirTunesServer.h
+ + +
+ +

Overview

+

Airplay 接收server

+
+ + + +
+ + + + + + +
+
+ +

– initWithToken:error: +

+ +
+
+ +
+ + +
+

带鉴权的构造接收server实例

+
+ + + +
- (instancetype)initWithToken:(NSString *)token error:(NSError **)error
+ + + +
+

Parameters

+ + + + + + + + + + + + +
token

鉴权信息, 请联系商务获取

error

鉴权过程中的错误信息

+
+ + + +
+

Return Value

+

新构造的实例

+
+ + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  expireDate +

+ +
+
+ +
+ + +
+

SDK 过期时间

+
+ + + +
@property (nonatomic, readonly) NSDate *expireDate
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  videoProcessingCallback +

+ +
+
+ +
+ + +
+

获取屏幕画面的回调

+
+ + + +
@property (nonatomic, copy) void ( ^ ) ( CVPixelBufferRef pixelBuffer , CMTime timeInfo ) videoProcessingCallback
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  delegate +

+ +
+
+ +
+ + +
+

录制过程的通知代理

+
+ + + +
@property (nonatomic, weak) id<KSYAirDelegate> delegate
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

  airState +

+ +
+
+ +
+ + +
+

airplay 录制状态

+
+ + + +
@property (nonatomic, readonly) KSYAirState airState
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

– startServerWithCfg: +

+ +
+
+ +
+ + +
+

启动服务

+
+ + + +
- (void)startServerWithCfg:(KSYAirTunesConfig *)cfg
+ + + +
+

Parameters

+ + + + + + + +
cfg

服务的配置信息

+
+ + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

– stopServer +

+ +
+
+ +
+ + +
+

停止服务

+
+ + + +
- (void)stopServer
+ + + + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

– getKSYAirErrorName: +

+ +
+
+ +
+ + +
+

查询 errorcode 的名称

+
+ + + +
- (NSString *)getKSYAirErrorName:(KSYAirErrorCode)errCode
+ + + +
+

Parameters

+ + + + + + + +
errCode

错误码

+
+ + + +
+

Return Value

+

错误码的名称字符串

+
+ + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +524,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Classes/KSYAudioCap.html b/docs/html/Classes/KSYAudioCap.html index d7828c4..274ca33 100644 --- a/docs/html/Classes/KSYAudioCap.html +++ b/docs/html/Classes/KSYAudioCap.html @@ -3,11 +3,11 @@ - + KSYAudioCap Class Reference - +
@@ -43,10 +43,20 @@

@@ -59,13 +69,33 @@

-

+

KSYAudioCap Class Reference

+
+ + + + + + + +
Inherits fromKSYAUAudioCapture
Declared inKSYAirStreamKit.h
+ + +
+ +

Overview

+

音频采集模块, 主要是重写 isHeadsetPluggedIn方法, 避免音频采集的问题

+
+ + + +
@@ -76,6 +106,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Constants/KSYAirErrorCode.html b/docs/html/Constants/KSYAirErrorCode.html index a182eef..528d010 100644 --- a/docs/html/Constants/KSYAirErrorCode.html +++ b/docs/html/Constants/KSYAirErrorCode.html @@ -3,11 +3,11 @@ - + KSYAirErrorCode Constants Reference - +
@@ -59,9 +59,16 @@

-

+

KSYAirErrorCode Constants Reference

+
+ + + + +
Declared inKSYAirTunesServer.h
+ @@ -114,7 +121,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -131,7 +138,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -148,7 +155,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -165,7 +172,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -182,7 +189,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -199,7 +206,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -215,7 +222,7 @@

Constants

-

+

Declared In

KSYAirTunesServer.h

@@ -229,6 +236,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Constants/KSYAirState.html b/docs/html/Constants/KSYAirState.html index 24ab146..d0c1762 100644 --- a/docs/html/Constants/KSYAirState.html +++ b/docs/html/Constants/KSYAirState.html @@ -3,11 +3,11 @@ - + KSYAirState Constants Reference - +
@@ -59,9 +59,16 @@

-

+

KSYAirState Constants Reference

+
+ + + + +
Declared inKSYAirTunesServer.h
+ @@ -112,7 +119,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -129,7 +136,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -146,7 +153,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -163,7 +170,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -180,7 +187,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -196,7 +203,7 @@

Constants

-

+

Declared In

KSYAirTunesServer.h

@@ -210,6 +217,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Constants/KSYAirVideoDecoder.html b/docs/html/Constants/KSYAirVideoDecoder.html index 162b5a4..8e7d7de 100644 --- a/docs/html/Constants/KSYAirVideoDecoder.html +++ b/docs/html/Constants/KSYAirVideoDecoder.html @@ -3,11 +3,11 @@ - + KSYAirVideoDecoder Constants Reference - +
@@ -59,9 +59,16 @@

-

+

KSYAirVideoDecoder Constants Reference

+
+ + + + +
Declared inKSYAirTunesServer.h
+ @@ -106,7 +113,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -123,7 +130,7 @@

Constants

- KSYAirTunesServer.h. + Declared In KSYAirTunesServer.h.

@@ -139,7 +146,7 @@

Constants

-

+

Declared In

KSYAirTunesServer.h

@@ -153,6 +160,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/Protocols/KSYAirDelegate.html b/docs/html/Protocols/KSYAirDelegate.html index d7828c4..de12b80 100644 --- a/docs/html/Protocols/KSYAirDelegate.html +++ b/docs/html/Protocols/KSYAirDelegate.html @@ -3,11 +3,11 @@ - + KSYAirDelegate Protocol Reference - +
@@ -43,10 +43,32 @@

@@ -59,13 +81,210 @@

-

+

KSYAirDelegate Protocol Reference

+
+ + + + + + + +
Conforms toNSObject
Declared inKSYAirTunesServer.h
+ + +
+ +

Overview

+

airplay 镜像状态变化的代理

+
+ + + +
+ + + + + + +
+
+ +

– didStartMirroring: +required method

+ +
+
+ +
+ + +
+

airplay 镜像成功开始了

+
+ + + +
- (void)didStartMirroring:(KSYAirTunesServer *)server
+ + + +
+

Parameters

+ + + + + + + +
server

airplay服务对象

+
+ + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

– mirroringErrorDidOcccur:withError: +required method

+ +
+
+ +
+ + +
+

airplay 镜像 遇到错误了

+
+ + + +
- (void)mirroringErrorDidOcccur:(KSYAirTunesServer *)server withError:(NSError *)error
+ + + +
+

Parameters

+ + + + + + + + + + + + +
server

airplay服务对象

error

遇到的错误, code 参见 KSYAirErrorCode的定义

+
+ + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+ +

– didStopMirroring: +required method

+ +
+
+ +
+ + +
+

airplay 镜像成功结束了

+
+ + + +
- (void)didStopMirroring:(KSYAirTunesServer *)server
+ + + +
+

Parameters

+ + + + + + + +
server

airplay服务对象

+
+ + + + + + + + + + + + + +
+

Declared In

+

KSYAirTunesServer.h

+
+ + +
+
+
+
+ +
+ +
@@ -76,6 +295,8 @@

+

Generated by appledoc 2.2.1 (build 1334).

+
diff --git a/docs/html/css/style.css b/docs/html/css/style.css new file mode 100644 index 0000000..2e0648e --- /dev/null +++ b/docs/html/css/style.css @@ -0,0 +1,2 @@ +html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box}.clear{clear:both}.clearfix:before,.container:before,article #content:before,article #content footer:before,.clearfix:after,.container:after,article #content:after,article #content footer:after{clear:both;display:table;content:""}.xcode .hide-in-xcode{display:none}body{font:62.5% -apple-system-font,"Helvetica Neue",Helvetica,sans-serif;background:#f2f2f2}h1,h2,h3{font-weight:300;color:gray}h1{font-size:2em;color:#000}h4{font-size:13px;line-height:1.5;margin:21px 0 0}a{color:#08c;text-decoration:none}pre,code{font-family:Source Code Pro,Monaco,Menlo,Consolas,monospace;word-wrap:break-word}pre>code,.method-declaration code{display:inline-block;font-size:.85em;padding:4px 0 4px 10px;border-left:5px solid rgba(0,155,51,.2)}pre>code:before,.method-declaration code:before{content:"Objective-C";display:block;font:9px/1 -apple-system-font,"Helvetica Neue",Helvetica,sans-serif;color:#009b33;text-transform:uppercase;letter-spacing:2px;padding-bottom:6px}pre>code{font-size:inherit}table,th,td{border:1px solid #e9e9e9}table{width:100%}th,td{padding:7px}th>:first-child,td>:first-child{margin-top:0}th>:last-child,td>:last-child{margin-bottom:0}.container{max-width:980px;padding:0 10px;margin:0 auto}@media(max-width:650px){.container{padding:0}}header{position:fixed;top:0;left:0;width:100%;z-index:2;background:#414141;color:#fff;font-size:1.1em;line-height:25px;letter-spacing:.05em}header #library-title{float:left}header #developer-home{float:right}header h1{font-size:inherit;font-weight:inherit;margin:0}header p{margin:0}header h1,header a{color:inherit}@media(max-width:650px){header{position:absolute}header .container{padding:0 10px}}aside{position:fixed;top:25px;left:0;width:100%;height:25px;z-index:2;font-size:1.1em}aside #header-buttons{background:rgba(255,255,255,.8);margin:0 1px;padding:0;list-style:none;text-align:right;line-height:32px}aside #header-buttons li{display:inline-block;cursor:pointer;padding:0 10px}aside #header-buttons label,aside #header-buttons select{cursor:inherit}aside #header-buttons #on-this-page{position:relative}aside #header-buttons #on-this-page .chevron{display:inline-block;width:14px;height:4px;position:relative}aside #header-buttons #on-this-page .chevron .chevy{background:#878787;height:2px;position:absolute;width:10px}aside #header-buttons #on-this-page .chevron .chevy.chevron-left{left:0;-webkit-transform:rotateZ(45deg) scale(.6);transform:rotateZ(45deg) scale(.6)}aside #header-buttons #on-this-page .chevron .chevy.chevron-right{right:0;-webkit-transform:rotateZ(-45deg) scale(.6);transform:rotateZ(-45deg) scale(.6)}aside #header-buttons #on-this-page #jump-to{opacity:0;filter:alpha(opacity=0);font-size:16px;position:absolute;top:5px;left:0;width:100%;height:100%}article{margin-top:25px}article #content{background:#fff;border:1px solid #e9e9e9;padding:15px 25px 30px;font-size:1.4em;line-height:1.45;position:relative}@media(max-width:650px){article #content{padding:15px 10px 20px}}article #content .navigation-top{position:absolute;top:15px;right:25px}article #content .title{margin:21px 0 0;padding:15px 0}article #content p{color:#414141;margin:0 0 15px}article #content th p:last-child,article #content td p:last-child{margin-bottom:0}article #content main ul{list-style:none;margin-left:24px;margin-bottom:12px;padding:0}article #content main ul li{position:relative;padding-left:1.3em}article #content main ul li:before{content:"\02022";color:#414141;font-size:1.08em;line-height:1;position:absolute;left:0;padding-top:2px}article #content footer .footer-copyright{margin:70px 25px 10px 0}article #content footer p{font-size:.71em;color:#a0a0a0}.index-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width:650px){.index-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.index-container .index-column{-webkit-box-flex:1;-webkit-flex:1 1 33%;-ms-flex:1 1 33%;flex:1 1 33%}.section-specification table{width:auto}.section-specification table th{text-align:left}.method-title{margin-left:-15px;margin-bottom:8px;-webkit-transition:margin-left .3s ease-out;transition:margin-left .3s ease-out}.section-method.hide .method-title{margin-left:0}.method-title code{font-weight:400;font-size:.85em}.method-info{background:#f9f9f9;border-bottom:1px solid #e9e9e9;margin:0 -25px;padding:20px 25px 0;-webkit-transition:height .3s ease-out;transition:height .3s ease-out;position:relative}.method-info .pointy-thing{background:#fff;height:10px;border-bottom:1px solid #e9e9e9;margin:-20px -25px 16px}.method-info .pointy-thing:before{display:inline-block;content:"";background:#f9f9f9;border:1px solid #e9e9e9;border-bottom:0;border-right:0;position:absolute;left:21px;top:3px;width:12px;height:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.method-info .method-subsection{margin-bottom:15px}.method-info .method-subsection .argument-name{width:1px;text-align:right}.method-info .method-subsection .argument-name code{color:gray;font-style:italic;font-weight:400}.section-method.hide .method-info{height:0!important;overflow:hidden;display:none}.section-method.hide.animating .method-info{display:block}.section-method.animating .method-info{overflow:hidden}@media print{body{background:#fff;padding:8px}header{position:static;background:#fff;color:#000}aside{display:none}.container{max-width:none;padding:0}article{margin-top:0}article #content{border:0;background:#fff;padding:15px 0 0}article #content .title{margin-top:0;padding-top:0}.method-info,.method-info .pointy-thing{background:#fff}}.xcode header,.xcode aside{display:none}.xcode .container{padding:0}.xcode article{margin-top:0}.xcode article #content{border:0;margin:0}.xcode .section-method.hide .method-info,.xcode .section-method.hide.animating .method-info,.xcode .section-method.animating .method-info{height:auto!important;overflow:visible;display:block}.xcode .section-method.hide .method-title{margin-left:-15px} +/*# sourceMappingURL=to.css.map */ \ No newline at end of file diff --git a/docs/html/hierarchy.html b/docs/html/hierarchy.html index e0e4e64..e1cb34b 100644 --- a/docs/html/hierarchy.html +++ b/docs/html/hierarchy.html @@ -3,11 +3,11 @@ - + KSYAirStreamer_iOS Hierarchy - +
@@ -38,11 +38,11 @@

-

+

KSYAirStreamer_iOS Hierarchy

-

+

Class Hierarchy

diff --git a/docs/html/index.html b/docs/html/index.html index b8ef6cc..9c0dc7b 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -3,11 +3,11 @@ - + KSYAirStreamer_iOS Reference - +
@@ -38,7 +38,7 @@

-

+

KSYAirStreamer_iOS Reference

@@ -47,7 +47,7 @@

-

+

Class References