Static variables

@:enum@:native("VALUE_TYPE_FLOAT32")staticread onlyFloat32:BufferStreamType

  • Float, single precision, 4 bytes

@:enum@:native("VALUE_TYPE_INT16")staticread onlyInt16:BufferStreamType

  • Signed integer, 2 bytes

@:enum@:native("VALUE_TYPE_INT32")staticread onlyInt32:BufferStreamType

  • Signed integer, 4 bytes

@:enum@:native("VALUE_TYPE_INT64")staticread onlyInt64:BufferStreamType

  • Signed integer, 8 bytes

@:enum@:native("VALUE_TYPE_INT8")staticread onlyInt8:BufferStreamType

  • Signed integer, 1 byte

@:enum@:native("VALUE_TYPE_UINT16")staticread onlyUint16:BufferStreamType

  • Unsigned integer, 2 bytes

@:enum@:native("VALUE_TYPE_UINT32")staticread onlyUint32:BufferStreamType

  • Unsigned integer, 4 bytes

@:enum@:native("VALUE_TYPE_UINT64")staticread onlyUint64:BufferStreamType

  • Unsigned integer, 8 bytes

@:enum@:native("VALUE_TYPE_UINT8")staticread onlyUint8:BufferStreamType

  • Unsigned integer, 1 byte