RTMPObjectEncoding

public enum RTMPObjectEncoding : UInt8

Constans that defines the RTMPObject encoding type.

  • The AMF0 Encoding.

    Declaration

    Swift

    case amf0 = 0x00
  • The AMF3 Encoding.

    Declaration

    Swift

    case amf3 = 0x03