Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    open class HKView : UIView
  • The NetStream class is the foundation of a RTMPStream, HTTPStream.

    See more

    Declaration

    Swift

    open class NetStream : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    open class ScreenCaptureSession : NSObject, CustomCaptureSession
    extension ScreenCaptureSession: Running
  • Declaration

    Swift

    public class AudioCodec
    extension AudioCodec: Running
  • Undocumented

    See more

    Declaration

    Swift

    public final class H264Encoder
    extension H264Encoder: Running
  • Undocumented

    See more

    Declaration

    Swift

    open class FLVReader
    extension FLVReader: IteratorProtocol
  • Undocumented

    See more

    Declaration

    Swift

    open class HLSService : HTTPService
  • The HTTPService class provide a lightweight HTTPServer.

    See more

    Declaration

    Swift

    open class HTTPService : NetService
  • The HTTPStream class represents an HLS playlist and .ts files.

    See more

    Declaration

    Swift

    open class HTTPStream : NetStream
  • Undocumented

    See more

    Declaration

    Swift

    public class MP4Sampler
    extension MP4Sampler: Running
  • Undocumented

    See more

    Declaration

    Swift

    public class AVMixer
    extension AVMixer: Running
  • Undocumented

    See more

    Declaration

    Swift

    open class AVRecorder : NSObject
    extension AVRecorder: Running
  • Undocumented

    See more

    Declaration

    Swift

    open class DefaultAVRecorderDelegate : NSObject
    extension DefaultAVRecorderDelegate: AVRecorderDelegate
  • Undocumented

    See more

    Declaration

    Swift

    open class AudioEffect : NSObject
  • A view that displays a video content of a NetStream object which uses OpenGL api. This class is deprecated. Please consider to use the MTHKView.

    See more

    Declaration

    Swift

    open class GLHKView : GLKView, NetStreamRenderer
    extension GLHKView: GLKViewDelegate
  • A view that displays a video content of a NetStream object which uses Metal api.

    See more

    Declaration

    Swift

    open class MTHKView : MTKView, NetStreamRenderer
    extension MTHKView: MTKViewDelegate
  • Undocumented

    See more

    Declaration

    Swift

    open class VideoEffect : NSObject
  • The NetClient class creates a two-way connection between a NetService.

    See more

    Declaration

    Swift

    public final class NetClient : NetSocket
  • Undocumented

    See more

    Declaration

    Swift

    open class NetService : NSObject
    extension NetService: NetServiceDelegate
    extension NetService: Running
  • 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 more

    Declaration

    Swift

    open class NetSocket : NSObject
    extension NetSocket: StreamDelegate
  • The ASUndefined class represents an undefined for ActionScript.

    See more

    Declaration

    Swift

    public final class ASUndefined : NSObject
  • ActionScript 1.0 and 2.0 and flash.xml.XMLDocument in ActionScript 3.0

    Seealso

    • 2.17 XML Document Type (amf0-file-format-specification.pdf)
    • 3.9 XMLDocument type (amf-file-format-spec.pdf)
    See more

    Declaration

    Swift

    public final class ASXMLDocument : NSObject
  • ActionScript 3.0 introduces a new XML type.

    Seealso

    3.13 XML type (amf-file-format-spec.pdf)
    See more

    Declaration

    Swift

    public final class ASXML : NSObject
  • flash.net.Responder for Swift

    See more

    Declaration

    Swift

    open class Responder
  • flash.net.NetConnection for Swift

    See more

    Declaration

    Swift

    open class RTMPConnection : EventDispatcher
  • flash.net.SharedObject for Swift

    See more

    Declaration

    Swift

    open class RTMPSharedObject : EventDispatcher
    extension RTMPSharedObject: CustomDebugStringConvertible
  • flash.net.NetStream for Swift

    See more

    Declaration

    Swift

    open class RTMPStream : NetStream
    extension RTMPStream: IEventDispatcher
  • MPEG-2 TS (Transport Stream) Writer Foundation class

    See more

    Declaration

    Swift

    public class TSWriter : Running
    extension TSWriter: AudioCodecDelegate
    extension TSWriter: VideoEncoderDelegate
  • Undocumented

    See more

    Declaration

    Swift

    open class ByteArray : ByteArrayConvertible
    extension ByteArray: CustomDebugStringConvertible
  • flash.events.Event for Swift

    See more

    Declaration

    Swift

    open class Event
    extension Event: CustomDebugStringConvertible
  • flash.events.EventDispatcher for Swift

    See more

    Declaration

    Swift

    open class EventDispatcher : IEventDispatcher
  • Undocumented

    See more

    Declaration

    Swift

    public class Setting<T, Key> : ExpressibleByDictionaryLiteral where T : AnyObject, Key : KeyPathRepresentable
    extension Setting: CustomDebugStringConvertible
  • Undocumented

    See more

    Declaration

    Swift

    public class TimerDriver
    extension TimerDriver: Running