Protocols
The following protocols are available globally.
-
The interface an MPEG-2 TS (Transport Stream) reader uses to inform its delegates.
See moreDeclaration
Swift
public protocol TSReaderDelegate : AnyObject
-
The interface an MPEG-2 TS (Transport Stream) writer uses to inform its delegates.
See moreDeclaration
Swift
public protocol TSWriterDelegate : AnyObject
-
The interface an IORecorder uses to inform its delegate.
See moreDeclaration
Swift
public protocol IORecorderDelegate : AnyObject
-
The interface a capture session uses to inform its delegate.
See moreDeclaration
Swift
public protocol IOScreenCaptureUnitDelegate : AnyObject
-
A type with a NetStream’s bitrate strategy representation.
See moreDeclaration
Swift
public protocol NetBitRateStrategyConvertible : AnyObject
-
The interface a NetStream uses to inform its delegate.
See moreDeclaration
Swift
public protocol NetStreamDelegate : AnyObject
-
An interface that manages the NetStream content on the screen.
See moreDeclaration
Swift
public protocol NetStreamDrawable : AnyObject
-
The EventDispatcherConvertible interface is in implementation which supports the DOM Event Model.
See moreDeclaration
Swift
public protocol EventDispatcherConvertible : AnyObject
-
The interface a RTMPConnectionDelegate uses to inform its delegate.
See moreDeclaration
Swift
public protocol RTMPConnectionDelegate : AnyObject
-
A type that methods for running.
See moreDeclaration
Swift
public protocol Running : AnyObject