Classes
The following classes are available globally.
-
A view that displays a video content of a NetStream object which uses AVCaptureVideoPreviewLayer.
See moreDeclaration
-
The
See moreNetStream
class is the foundation of a RTMPStream, HTTPStream.Declaration
Swift
open class NetStream : NSObject
-
Undocumented
See moreDeclaration
Swift
open class ScreenCaptureSession : NSObject, CaptureSessionConvertible
extension ScreenCaptureSession: Running
-
The AudioCodec translate audio data to another format.
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
public final class FLVReader
extension FLVReader: IteratorProtocol
-
Undocumented
See moreDeclaration
Swift
open class HLSService : HTTPService
-
The HTTPService class provide a lightweight HTTPServer.
See moreDeclaration
Swift
open class HTTPService : NetService
-
Undocumented
See moreDeclaration
Swift
open class DefaultAVRecorderDelegate : NSObject
extension DefaultAVRecorderDelegate: AVRecorderDelegate
-
Undocumented
See moreDeclaration
Swift
open class AudioEffect : NSObject
-
A view that displays a video content of a NetStream object which uses Metal api.
See moreDeclaration
Swift
public class MTHKView : MTKView
extension MTHKView: NetStreamDrawable
extension MTHKView: MTKViewDelegate
-
A view that displays a video content of a NetStream object which uses AVSampleBufferDisplayLayer api.
See moreDeclaration
-
Undocumented
See moreDeclaration
Swift
open class VideoEffect : NSObject
-
The NetSocket class creates a two-way connection between a client and a server. This class is wrapper for a InputStream and an OutputStream.
See moreDeclaration
Swift
open class NetSocket : NSObject
extension NetSocket: StreamDelegate
-
flash.net.Responder for Swift
See moreDeclaration
Swift
open class Responder
-
flash.net.NetConnection for Swift
See moreDeclaration
Swift
open class RTMPConnection : EventDispatcher
-
flash.net.SharedObject for Swift
See moreDeclaration
Swift
open class RTMPSharedObject : EventDispatcher
extension RTMPSharedObject: CustomDebugStringConvertible
-
flash.net.NetStream for Swift
See moreDeclaration
-
MPEG-2 TS (Transport Stream) Writer Foundation class
See moreDeclaration
Swift
public class TSWriter : Running
extension TSWriter: AudioCodecDelegate
extension TSWriter: VideoCodecDelegate
-
The ByteArray class provides methods and properties the reading or writing with binary data.
See moreDeclaration
Swift
open class ByteArray : ByteArrayConvertible
extension ByteArray: CustomDebugStringConvertible
-
The Event interface is used to provide information.
See moreDeclaration
Swift
open class Event
extension Event: CustomDebugStringConvertible
-
The EventDispatcher interface is in implementation which supports the DOM Event Model.
See moreDeclaration
Swift
open class EventDispatcher : IEventDispatcher
-
Undocumented
See moreDeclaration
Swift
public class Setting<T, Key> : ExpressibleByDictionaryLiteral where T : AnyObject, Key : KeyPathRepresentable
extension Setting: CustomDebugStringConvertible