-
-
Notifications
You must be signed in to change notification settings - Fork 620
Moving from 1.0.x APIs to 1.1.0
shogo4405 edited this page Sep 27, 2020
·
1 revision
1.0.x | 1.1.0 |
---|---|
func didPublishInsufficientBW(_ stream: RTMPStream, withConnection: RTMPConnection) | func rtmpStream(_ stream: RTMPStream, didPublishInsufficientBW connection: RTMPConnection) |
func didPublishSufficientBW(_ stream: RTMPStream, withConnection: RTMPConnection) | func rtmpStream(_ stream: RTMPStream, didPublishSufficientBW connection: RTMPConnection) |
func didOutputAudio(_ buffer: AVAudioPCMBuffer, presentationTimeStamp: CMTime) | func rtmpStream(_ stream: RTMPStream, didOutput audio: AVAudioBuffer, presentationTimeStamp: CMTime) |
func didOutputVideo(_ buffer: CMSampleBuffer) | func rtmpStream(_ stream: RTMPStream, didOutput video: CMSampleBuffer) |
func didStatics(_ stream: RTMPStream, withConneciton: RTMPConnection) | func rtmpStream(_ stream: RTMPStream, didStatics connection: RTMPConnection) |
func clear() | func rtmpStreamClear() |
HaishinKit.swift | 🇬🇧 HaishinKit.kt | 🇯🇵 Zenn