diff --git a/HaishinKit.podspec b/HaishinKit.podspec index 79c7ef72..99efe268 100644 --- a/HaishinKit.podspec +++ b/HaishinKit.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "HaishinKit" - s.version = "1.1.4" + s.version = "1.1.5" s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS." s.swift_version = "5.0" diff --git a/HaishinKit.xcodeproj/project.pbxproj b/HaishinKit.xcodeproj/project.pbxproj index a76b6625..a8d2d9cf 100644 --- a/HaishinKit.xcodeproj/project.pbxproj +++ b/HaishinKit.xcodeproj/project.pbxproj @@ -2298,7 +2298,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; ONLY_ACTIVE_ARCH = YES; "OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies"; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; @@ -2332,7 +2332,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; PRODUCT_NAME = HaishinKit; PROVISIONING_PROFILE = ""; @@ -2407,7 +2407,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.11; - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; "OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies"; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; PRODUCT_NAME = HaishinKit; @@ -2439,7 +2439,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.11; - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; PRODUCT_NAME = HaishinKit; SDKROOT = macosx; @@ -2579,7 +2579,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; PRODUCT_NAME = HaishinKit; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -2615,7 +2615,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 1.1.4; + MARKETING_VERSION = 1.1.5; PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit; PRODUCT_NAME = HaishinKit; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/README.md b/README.md index 6d0833c7..2dfcb27f 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ source 'https://github.com/CocoaPods/Specs.git' use_frameworks! def import_pods - pod 'HaishinKit', '~> 1.1.4' + pod 'HaishinKit', '~> 1.1.5' end target 'Your Target' do @@ -102,7 +102,7 @@ end ``` ### Carthage ``` -github "shogo4405/HaishinKit.swift" ~> 1.1.4 +github "shogo4405/HaishinKit.swift" ~> 1.1.5 ``` ### Swift Package Manager ``` diff --git a/docs/Classes.html b/docs/Classes.html index 810a1a74..63ba82a4 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

HaishinKit 1.1.4 Docs (19% documented)

+

HaishinKit 1.1.5 Docs (20% documented)

@@ -60,13 +60,13 @@ AVRecorder - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - - - AudioConverter + + + AudioCodec
    @@ -459,14 +456,14 @@
  • - See more + See more

    Declaration

    Swift

    -
    public class AudioConverter
    -
    extension AudioConverter: Running
    +
    public class AudioCodec
    +
    extension AudioCodec: Running
    @@ -644,36 +641,6 @@ -
  • -
    - - - - TSWriter - -
    -
    -
    -
    -
    -
    -

    MPEG-2 TS (Transport Stream) Writer Foundation class

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public class TSWriter : Running
    -
    extension TSWriter: AudioConverterDelegate
    -
    extension TSWriter: VideoEncoderDelegate
    - -
    -
    -
    -
    -
  • @@ -1173,6 +1140,36 @@
  • +
  • +
    + + + + TSWriter + +
    +
    +
    +
    +
    +
    +

    MPEG-2 TS (Transport Stream) Writer Foundation class

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class TSWriter : Running
    +
    extension TSWriter: AudioCodecDelegate
    +
    extension TSWriter: VideoEncoderDelegate
    + +
    +
    +
    +
    +
  • @@ -1322,7 +1319,7 @@ diff --git a/docs/Classes/ASUndefined.html b/docs/Classes/ASUndefined.html index e733fabc..980c2d42 100644 --- a/docs/Classes/ASUndefined.html +++ b/docs/Classes/ASUndefined.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - + - aac + aac
    @@ -389,9 +386,9 @@
  • - + - pcm + pcm
    @@ -418,7 +415,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioConverter/Option.html b/docs/Classes/AudioCodec/Option.html similarity index 92% rename from docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioConverter/Option.html rename to docs/Classes/AudioCodec/Option.html index 2ac3d9e6..3893cef9 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioConverter/Option.html +++ b/docs/Classes/AudioCodec/Option.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - + - muted + muted
    @@ -389,9 +386,9 @@
  • - + - bitrate + bitrate
    @@ -416,9 +413,9 @@
  • - + - sampleRate + sampleRate
    @@ -443,9 +440,9 @@
  • - + - actualBitrate + actualBitrate
    @@ -470,9 +467,9 @@
  • - + - keyPath + keyPath
    @@ -499,7 +496,7 @@ diff --git a/docs/Classes/AudioEffect.html b/docs/Classes/AudioEffect.html index 0a3cce0f..de6b056a 100644 --- a/docs/Classes/AudioEffect.html +++ b/docs/Classes/AudioEffect.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - + - audioSettings + audioSettings
    @@ -514,7 +511,7 @@

    Declaration

    Swift

    -
    open var audioSettings: Setting<AudioConverter, AudioConverter.Option> { get set }
    +
    open var audioSettings: Setting<AudioCodec, AudioCodec.Option> { get set }
    @@ -958,7 +955,7 @@ diff --git a/docs/Classes/RTMPConnection.html b/docs/Classes/RTMPConnection.html index d0c19382..043c42a5 100644 --- a/docs/Classes/RTMPConnection.html +++ b/docs/Classes/RTMPConnection.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate +
  • +
    + + + + defaultSecurePort + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static let defaultSecurePort: Int
    + +
    +
    +
    +
    +
  • @@ -751,7 +775,7 @@
    -

    The URI passed to the RTMPConnection.connect() method.

    +

    The URI passed to the Self.connect() method.

    @@ -1151,7 +1175,7 @@
    diff --git a/docs/Classes/RTMPConnection/Code.html b/docs/Classes/RTMPConnection/Code.html index 51a190fc..e25e00fa 100644 --- a/docs/Classes/RTMPConnection/Code.html +++ b/docs/Classes/RTMPConnection/Code.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate -
  • -
    - - - - SamplingFrequency - -
    -
    -
    -
    -
    -
    -

    Undocumented

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public enum SamplingFrequency : UInt8
    - -
    -
    -
    -
    -
  • @@ -749,7 +718,7 @@ diff --git a/docs/Enums/EventPhase.html b/docs/Enums/EventPhase.html index e1dcecf1..c178c23f 100644 --- a/docs/Enums/EventPhase.html +++ b/docs/Enums/EventPhase.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • @@ -423,13 +420,13 @@

    Undocumented

    - See more + See more

    Declaration

    Swift

    -
    public protocol AudioConverterDelegate : AnyObject
    +
    public protocol AudioCodecDelegate : AnyObject
    @@ -492,34 +489,6 @@
  • -
  • -
    - - - - TSWriterDelegate - -
    -
    -
    -
    -
    -
    -

    MPEG-2 TS (Transport Stream) Writer delegate

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public protocol TSWriterDelegate : AnyObject
    - -
    -
    -
    -
    -
  • @@ -604,6 +573,34 @@
  • +
  • +
    + + + + TSWriterDelegate + +
    +
    +
    +
    +
    +
    +

    MPEG-2 TS (Transport Stream) Writer delegate

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public protocol TSWriterDelegate : AnyObject
    + +
    +
    +
    +
    +
  • @@ -721,7 +718,7 @@ diff --git a/docs/Protocols/AVRecorderDelegate.html b/docs/Protocols/AVRecorderDelegate.html index 7514abbd..833ec1de 100644 --- a/docs/Protocols/AVRecorderDelegate.html +++ b/docs/Protocols/AVRecorderDelegate.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • @@ -459,14 +456,14 @@
  • - See more + See more

    Declaration

    Swift

    -
    public class AudioConverter
    -
    extension AudioConverter: Running
    +
    public class AudioCodec
    +
    extension AudioCodec: Running
    @@ -644,36 +641,6 @@ -
  • -
    - - - - TSWriter - -
    -
    -
    -
    -
    -
    -

    MPEG-2 TS (Transport Stream) Writer Foundation class

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public class TSWriter : Running
    -
    extension TSWriter: AudioConverterDelegate
    -
    extension TSWriter: VideoEncoderDelegate
    - -
    -
    -
    -
    -
  • @@ -1173,6 +1140,36 @@
  • +
  • +
    + + + + TSWriter + +
    +
    +
    +
    +
    +
    +

    MPEG-2 TS (Transport Stream) Writer Foundation class

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public class TSWriter : Running
    +
    extension TSWriter: AudioCodecDelegate
    +
    extension TSWriter: VideoEncoderDelegate
    + +
    +
    +
    +
    +
  • @@ -1322,7 +1319,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/ASUndefined.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/ASUndefined.html index e733fabc..980c2d42 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/ASUndefined.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/ASUndefined.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - + - aac + aac
    @@ -389,9 +386,9 @@
  • - + - pcm + pcm
    @@ -418,7 +415,7 @@ diff --git a/docs/Classes/AudioConverter/Option.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioCodec/Option.html similarity index 92% rename from docs/Classes/AudioConverter/Option.html rename to docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioCodec/Option.html index 2ac3d9e6..3893cef9 100644 --- a/docs/Classes/AudioConverter/Option.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioCodec/Option.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • - + - muted + muted
    @@ -389,9 +386,9 @@
  • - + - bitrate + bitrate
    @@ -416,9 +413,9 @@
  • @@ -443,9 +440,9 @@
  • @@ -470,9 +467,9 @@
  • - + - keyPath + keyPath
    @@ -499,7 +496,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioEffect.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioEffect.html index 0a3cce0f..de6b056a 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioEffect.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/AudioEffect.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • @@ -514,7 +511,7 @@

    Declaration

    Swift

    -
    open var audioSettings: Setting<AudioConverter, AudioConverter.Option> { get set }
    +
    open var audioSettings: Setting<AudioCodec, AudioCodec.Option> { get set }
    @@ -958,7 +955,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection.html index d0c19382..043c42a5 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate +
  • +
    + + + + defaultSecurePort + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public static let defaultSecurePort: Int
    + +
    +
    +
    +
    +
  • @@ -751,7 +775,7 @@
    -

    The URI passed to the RTMPConnection.connect() method.

    +

    The URI passed to the Self.connect() method.

    @@ -1151,7 +1175,7 @@
    diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection/Code.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection/Code.html index 51a190fc..e25e00fa 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection/Code.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Classes/RTMPConnection/Code.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate -
  • -
    - - - - SamplingFrequency - -
    -
    -
    -
    -
    -
    -

    Undocumented

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public enum SamplingFrequency : UInt8
    - -
    -
    -
    -
    -
  • @@ -749,7 +718,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Enums/EventPhase.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Enums/EventPhase.html index e1dcecf1..c178c23f 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Enums/EventPhase.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Enums/EventPhase.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate
  • @@ -423,13 +420,13 @@

    Undocumented

    - See more + See more

    Declaration

    Swift

    -
    public protocol AudioConverterDelegate : AnyObject
    +
    public protocol AudioCodecDelegate : AnyObject
    @@ -492,34 +489,6 @@
  • -
  • -
    - - - - TSWriterDelegate - -
    -
    -
    -
    -
    -
    -

    MPEG-2 TS (Transport Stream) Writer delegate

    - - See more -
    -
    -

    Declaration

    -
    -

    Swift

    -
    public protocol TSWriterDelegate : AnyObject
    - -
    -
    -
    -
    -
  • @@ -604,6 +573,34 @@
  • +
  • +
    + + + + TSWriterDelegate + +
    +
    +
    +
    +
    +
    +

    MPEG-2 TS (Transport Stream) Writer delegate

    + + See more +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public protocol TSWriterDelegate : AnyObject
    + +
    +
    +
    +
    +
  • @@ -721,7 +718,7 @@ diff --git a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Protocols/AVRecorderDelegate.html b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Protocols/AVRecorderDelegate.html index 7514abbd..833ec1de 100644 --- a/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Protocols/AVRecorderDelegate.html +++ b/docs/docsets/HaishinKit.docset/Contents/Resources/Documents/Protocols/AVRecorderDelegate.html @@ -17,7 +17,7 @@
    -

    HaishinKit 1.1.4 Docs (19% documented)

    +

    HaishinKit 1.1.5 Docs (20% documented)

    @@ -60,13 +60,13 @@ AVRecorder

  • - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -254,7 +251,7 @@ AVRecorderDelegate - @@ -253,7 +250,7 @@ AVRecorderDelegate - @@ -253,7 +250,7 @@ AVRecorderDelegate